mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-21 08:34:29 -06:00
Forced disable of model caching
This commit is contained in:
parent
b3e313821b
commit
531a3a4b6c
@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'cache-prefix' => '',
|
||||
'enabled' => env('MODEL_CACHE_ENABLED', true),
|
||||
'enabled' => env('MODEL_CACHE_ENABLED', false),
|
||||
'use-database-keying' => env('MODEL_CACHE_USE_DATABASE_KEYING', true),
|
||||
'store' => env('MODEL_CACHE_STORE'),
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user