We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37428a commit 2ecb086Copy full SHA for 2ecb086
1 file changed
bot.py
@@ -54,7 +54,7 @@
54
logging.StreamHandler()]
55
)
56
#logger = logging.getLogger(__name__)
57
-logging.getLogger("pyrogram").setLevel(logging.WARNING)
+logging.getLogger("pyrofork").setLevel(logging.WARNING)
58
59
class DigitalRenameBot(Client):
60
def __init__(self):
@@ -65,7 +65,9 @@ def __init__(self):
65
bot_token=Config.BOT_TOKEN,
66
workers=200,
67
plugins={"root": "plugins"},
68
- sleep_threshold=15)
+ sleep_threshold=5,
69
+ max_concurrent_transmissions=50
70
+ )
71
72
73
async def start(self):
0 commit comments