From 9ef088f39ac560be472b9d2dc92b4707b4daaa04 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Wed, 5 Jul 2023 18:45:55 +0200 Subject: [PATCH] Fix: reduce flood_timeout --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index b520f66..6c495ca 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,7 @@ $settings = [ ], 'connection_settings' => [ 'all' => [ - 'drop_timeout' => 2, + 'drop_timeout' => 10, 'proxy' => '\SocksProxy', 'proxy_extra' => [ 'address' => (string)getenv('TELEGRAM_PROXY_ADDRESS'),