From a6f2c07403153decb555909451ac639f040c9ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sun, 8 May 2016 19:40:58 +0200 Subject: [PATCH] increase workers to 32 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index fa94158..1fffc37 100644 --- a/bot.py +++ b/bot.py @@ -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