Skip to content

Commit 36ec5e3

Browse files
committed
Fix cache ttl comment
1 parent 53fcfdf commit 36ec5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
// The cache prefix
216216
'cache_prefix' => config('cache.prefix') . ':graphql.apq',
217217

218-
// The cache ttl in minutes - See https://www.apollographql.com/docs/apollo-server/performance/apq/#adjusting-cache-time-to-live-ttl
218+
// The cache ttl in seconds - See https://www.apollographql.com/docs/apollo-server/performance/apq/#adjusting-cache-time-to-live-ttl
219219
'cache_ttl' => 300,
220220
],
221221

0 commit comments

Comments
 (0)