Skip to content

Commit 4b27d77

Browse files
committed
Update number of workers
1 parent 0c2665a commit 4b27d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
def main():
4343
"""Start the bot."""
4444
# Set use_context=True to use the new context based callbacks
45-
updater = Updater(token=os.getenv('RC_DINING_BOT_TOKEN'), use_context=True)
45+
updater = Updater(token=os.getenv('RC_DINING_BOT_TOKEN'), use_context=True, workers=32)
4646

4747
# Get the dispatcher to
4848
dispatcher = updater.dispatcher

0 commit comments

Comments
 (0)