master #3

Merged
ninjajiraiya merged 2 commits from DRMTalks/devine:master into master 2024-03-14 03:25:35 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e7294c95d1 - Show all commits

View File

@ -218,7 +218,8 @@ def requests(
session = Session()
session.mount("https://", HTTPAdapter(
pool_connections=max_workers,
pool_maxsize=max_workers
pool_maxsize=max_workers,
pool_block=True
))
session.mount("http://", session.adapters["https://"])