Skip to content

Commit

Permalink
Worker increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelkb authored May 9, 2023
1 parent d9e3c03 commit 8696993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def __init__(self):
api_id=API_ID,
api_hash=API_HASH,
bot_token=BOT_TOKEN,
workers=50,
workers=200,
plugins={"root": "plugins"},
sleep_threshold=5,
sleep_threshold=10,
)

async def start(self):
Expand Down

0 comments on commit 8696993

Please sign in to comment.