increase workers to 32
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user