mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Кэширование для схемы в продакшен режиме
This commit is contained in:
10
common/config/config-prod.php
Normal file
10
common/config/config-prod.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'components' => [
|
||||
'db' => [
|
||||
'enableSchemaCache' => true,
|
||||
'schemaCacheDuration' => 3600,
|
||||
'schemaCache' => 'cache',
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user