diff --git a/bot/utubebot.py b/bot/utubebot.py index 54d7e36..2ac6669 100644 --- a/bot/utubebot.py +++ b/bot/utubebot.py @@ -13,8 +13,8 @@ def __init__(self): plugins = dict( root="bot.plugins" ), - workers = 6 + workers = 15 ) - self.DOWNLOAD_WORKERS = 6 + self.DOWNLOAD_WORKERS = 15 self.counter = 0 self.download_controller = {}