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