increase workers to 32

This commit is contained in:
Jannes Höke 2016-05-08 19:40:58 +02:00
parent 132cf9d993
commit a6f2c07403

2
bot.py
View file

@ -41,7 +41,7 @@ logging.basicConfig(
logger = logging.getLogger(__name__)
gm = GameManager()
u = Updater(token=TOKEN, workers=20)
u = Updater(token=TOKEN, workers=32)
dp = u.dispatcher
botan = False