mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
Fix: reduce flood_timeout
This commit is contained in:
parent
97f8a95d66
commit
9ef088f39a
@ -23,7 +23,7 @@ $settings = [
|
||||
],
|
||||
'connection_settings' => [
|
||||
'all' => [
|
||||
'drop_timeout' => 2,
|
||||
'drop_timeout' => 10,
|
||||
'proxy' => '\SocksProxy',
|
||||
'proxy_extra' => [
|
||||
'address' => (string)getenv('TELEGRAM_PROXY_ADDRESS'),
|
||||
|
Loading…
Reference in New Issue
Block a user