Disable serialization

This commit is contained in:
Alexander Pankratov 2019-04-19 15:49:01 +03:00
parent 47d08a6c20
commit 2124941084

View File

@ -34,6 +34,9 @@ return [
'password' => getenv('TELEGRAM_PROXY_PASSWORD'),
]
]
],
'serialization' => [
'serialization_interval' => strtotime('10 years', 0), //Отключаем сериализацию
]
],
'api' => [