Skip to content

Commit

Permalink
Use default value of AUTOTHROTTLE_TARGET_CONCURRENCY setting by remov…
Browse files Browse the repository at this point in the history
…ing custom value
  • Loading branch information
prncc committed Feb 11, 2018
1 parent e92c9af commit d1508fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion steam/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}

AUTOTHROTTLE_ENABLED = True
AUTOTHROTTLE_TARGET_CONCURRENCY = 4.0

DUPEFILTER_CLASS = 'steam.middlewares.SteamDupeFilter'

Expand Down

0 comments on commit d1508fc

Please sign in to comment.