Changed throttle rate
parent
e55b670aee
commit
14320c7124
|
@ -3,4 +3,4 @@ exports.fetch_regex = /^\/fetch\/(.*)$/; // The URL to look for when parsing the
|
|||
exports.proxy_request_timeout_ms = 10000; // The lenght of time we'll wait for a proxy server to respond before timing out.
|
||||
exports.max_request_length = 100000; // The maximum length of characters allowed for a request or a response.
|
||||
exports.enable_rate_limiting = true;
|
||||
exports.max_requests_per_second = 1; // The maximum number of requests per second to allow from a given IP.
|
||||
exports.max_requests_per_second = 10; // The maximum number of requests per second to allow from a given IP.
|
Loading…
Reference in New Issue