We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fcfdf commit 36ec5e3Copy full SHA for 36ec5e3
config/config.php
@@ -215,7 +215,7 @@
215
// The cache prefix
216
'cache_prefix' => config('cache.prefix') . ':graphql.apq',
217
218
- // The cache ttl in minutes - See https://www.apollographql.com/docs/apollo-server/performance/apq/#adjusting-cache-time-to-live-ttl
+ // The cache ttl in seconds - See https://www.apollographql.com/docs/apollo-server/performance/apq/#adjusting-cache-time-to-live-ttl
219
'cache_ttl' => 300,
220
],
221
0 commit comments