Skip to content

Commit

Permalink
fix: default cache disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 committed Oct 30, 2024
1 parent 72a496d commit 877b6e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/admin-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@
* Настройки кэширования
*/
'cache' => [
'enabled' => true,
'enabled' => false,

/*
* Time to live в минутах
* Пример: 240 = 60 мин * 4 часа
* Пример: 60 мин
*/
'ttl' => 240,
'ttl' => 60,
],
];

0 comments on commit 877b6e3

Please sign in to comment.