mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
[Bug] Don't cache settings by default (#1653)
don't cache settings by default
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ return [
|
||||
* additional prefix.
|
||||
*/
|
||||
'cache' => [
|
||||
'enabled' => env('SETTINGS_CACHE_ENABLED', true),
|
||||
'enabled' => env('SETTINGS_CACHE_ENABLED', false),
|
||||
'store' => env('CACHE_STORE', 'database'),
|
||||
'prefix' => null,
|
||||
'ttl' => null,
|
||||
|
||||
Reference in New Issue
Block a user