mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
Reduce media sockets
This commit is contained in:
parent
149149b281
commit
56bcfa5a2f
@ -29,7 +29,7 @@ $settings = [
|
||||
]
|
||||
],
|
||||
'media_socket_count' => [
|
||||
'max' => 1000,
|
||||
'max' => 10,
|
||||
]
|
||||
],
|
||||
'serialization' => [
|
||||
|
Loading…
Reference in New Issue
Block a user