Fix: reduce flood_timeout

This commit is contained in:
Alexander Pankratov 2023-07-05 18:45:55 +02:00
parent 97f8a95d66
commit 9ef088f39a

View File

@ -23,7 +23,7 @@ $settings = [
],
'connection_settings' => [
'all' => [
'drop_timeout' => 2,
'drop_timeout' => 10,
'proxy' => '\SocksProxy',
'proxy_extra' => [
'address' => (string)getenv('TELEGRAM_PROXY_ADDRESS'),