Skip to content

Commit

Permalink
feat: add setting config requests hander
Browse files Browse the repository at this point in the history
  • Loading branch information
ihandmine committed May 17, 2023
1 parent f503aec commit b3e4c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aioscpy/settings/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
DOWNLOAD_TIMEOUT = 20
# DOWNLOAD_HANDLER = "aioscpy.core.downloader.handlers.aiohttp.AioHttpDownloadHandler"
DOWNLOAD_HANDLER = "aioscpy.core.downloader.handlers.httpx.HttpxDownloadHandler"
# DOWNLOAD_HANDLER = "aioscpy.core.downloader.handlers.requests.RequestsDownloadHandler"
# SCHEDULER = "aioscpy.core.scheduler.redis.RedisScheduler"
SCHEDULER = "aioscpy.core.scheduler.memory.MemoryScheduler"
REQUESTS_SESSION_STATS = False
Expand Down

0 comments on commit b3e4c0f

Please sign in to comment.