increase workers to 32
This commit is contained in:
parent
132cf9d993
commit
a6f2c07403
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -41,7 +41,7 @@ logging.basicConfig(
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
gm = GameManager()
|
gm = GameManager()
|
||||||
u = Updater(token=TOKEN, workers=20)
|
u = Updater(token=TOKEN, workers=32)
|
||||||
dp = u.dispatcher
|
dp = u.dispatcher
|
||||||
|
|
||||||
botan = False
|
botan = False
|
||||||
|
|
Loading…
Reference in a new issue