Skip to content

Commit 2448510

Browse files
committed
chore: extend default config to 7 days storing time
1 parent 70d660b commit 2448510

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
@@ -6,7 +6,7 @@
66
return [
77
'cache' => [
88
'key' => env('QUERY_ADVISER_CACHE_KEY', 'query_adviser_recent'),
9-
'ttl' => env('QUERY_ADVISER_CACHE_TTL', 3600),
9+
'ttl' => env('QUERY_ADVISER_CACHE_TTL', 25200),
1010
'max_entries' => env('QUERY_ADVISER_CACHE_MAX_ENTRIES', 10000),
1111
'display_key' => env('QUERY_ADVISER_CACHE_DISPLAY_KEY', 'query_adviser_display'),
1212
'session_id' => env('QUERY_ADVISER_CACHE_SESSION_ID', 'query_advisor_sessions_id'),

0 commit comments

Comments
 (0)