From 15b272ae3546155c34addea600a2ea25593af183 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sat, 1 Jul 2023 15:43:07 +0200 Subject: [PATCH] max_concurrent_transmissions is now 3 by default --- config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_example.json b/config_example.json index 186f3c9..a8ecfc0 100644 --- a/config_example.json +++ b/config_example.json @@ -7,7 +7,7 @@ "api_id": 0, "api_hash": "", "bot_token": "", - "max_concurrent_transmissions": 5, + "max_concurrent_transmissions": 3, "scoped_commands": true }, "database": {