mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +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'),
|
||||
'idle_timeout' => (int)getenv('DB_IDLE_TIMEOUT'),
|
||||
'cache_ttl' => getenv('DB_CACHE_TTL'),
|
||||
'serializer' => 'serialize',
|
||||
]
|
||||
],
|
||||
'download' => [
|
||||
|
Loading…
Reference in New Issue
Block a user