We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2665a commit 4b27d77Copy full SHA for 4b27d77
src/bot.py
@@ -42,7 +42,7 @@
42
def main():
43
"""Start the bot."""
44
# Set use_context=True to use the new context based callbacks
45
- updater = Updater(token=os.getenv('RC_DINING_BOT_TOKEN'), use_context=True)
+ updater = Updater(token=os.getenv('RC_DINING_BOT_TOKEN'), use_context=True, workers=32)
46
47
# Get the dispatcher to
48
dispatcher = updater.dispatcher
0 commit comments