Skip to content

Commit dfca881

Browse files
authored
[Bug] Don't cache settings by default (alexjustesen#1653)
don't cache settings by default
1 parent f2d6825 commit dfca881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* additional prefix.
5454
*/
5555
'cache' => [
56-
'enabled' => env('SETTINGS_CACHE_ENABLED', true),
56+
'enabled' => env('SETTINGS_CACHE_ENABLED', false),
5757
'store' => env('CACHE_STORE', 'database'),
5858
'prefix' => null,
5959
'ttl' => null,

0 commit comments

Comments
 (0)