summaryrefslogtreecommitdiffhomepage
path: root/HTTP
diff options
context:
space:
mode:
Diffstat (limited to 'HTTP')
-rw-r--r--HTTP/RateLimit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HTTP/RateLimit.hs b/HTTP/RateLimit.hs
index e6b0344..7f142be 100644
--- a/HTTP/RateLimit.hs
+++ b/HTTP/RateLimit.hs
@@ -128,7 +128,7 @@ overallBurstSize :: Word64
overallBurstSize = 1000
overallFillRate :: Word64
-overallFillRate = 100000 -- refill 1 token per second
+overallFillRate = 1000000 -- refill 1 token per second
-- | How much data could be stored, in bytes per second, assuming all
-- buckets in the rate limiter are kept drained, and all requests are