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