mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Switch serializer
This commit is contained in:
parent
83b1f8a9a4
commit
2b3d162bf3
@ -50,6 +50,7 @@ $settings = [
|
|||||||
'max_connections' => (int)getenv('DB_MAX_CONNECTIONS'),
|
'max_connections' => (int)getenv('DB_MAX_CONNECTIONS'),
|
||||||
'idle_timeout' => (int)getenv('DB_IDLE_TIMEOUT'),
|
'idle_timeout' => (int)getenv('DB_IDLE_TIMEOUT'),
|
||||||
'cache_ttl' => getenv('DB_CACHE_TTL'),
|
'cache_ttl' => getenv('DB_CACHE_TTL'),
|
||||||
|
'serializer' => 'serialize',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'download' => [
|
'download' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user