From be288776d930c7f3e1e683ff1584a4533b1f91b1 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 6 Jul 2023 14:19:56 +0200 Subject: [PATCH] max_concurrent_transmissions reduced to 1 --- config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_example.json b/config_example.json index 1f9671f..a19ae3c 100644 --- a/config_example.json +++ b/config_example.json @@ -6,7 +6,7 @@ "api_id": 0, "api_hash": "", "bot_token": "", - "max_concurrent_transmissions": 3, + "max_concurrent_transmissions": 1, "scoped_commands": true }, "database": {