mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Disable serialization
This commit is contained in:
parent
47d08a6c20
commit
2124941084
@ -34,6 +34,9 @@ return [
|
||||
'password' => getenv('TELEGRAM_PROXY_PASSWORD'),
|
||||
]
|
||||
]
|
||||
],
|
||||
'serialization' => [
|
||||
'serialization_interval' => strtotime('10 years', 0), //Отключаем сериализацию
|
||||
]
|
||||
],
|
||||
'api' => [
|
||||
|
Loading…
Reference in New Issue
Block a user