Skip to content

Commit

Permalink
increase worker
Browse files Browse the repository at this point in the history
BennyThink committed Nov 15, 2023
1 parent 304dcae commit d1cfd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncmbot.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ def customize_logger(logger: "list"):
logging.getLogger(log).setLevel(level=logging.WARNING)


def create_app(session="ytdl", workers=20):
def create_app(session="ytdl", workers=50):
app_id = int(os.getenv("APP_ID", 0))
app_hash = os.getenv("APP_HASH")
token = os.getenv("TOKEN")

0 comments on commit d1cfd56

Please sign in to comment.