mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Increase proxy poll interval to 300 s.
https://bugs.torproject.org/32129
This commit is contained in:
parent
11bd32f62e
commit
e408988387
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Config.prototype.minRateLimit = 10 * 1024;
|
||||||
|
|
||||||
Config.prototype.rateLimitHistory = 5.0;
|
Config.prototype.rateLimitHistory = 5.0;
|
||||||
|
|
||||||
Config.prototype.defaultBrokerPollInterval = 20.0 * 1000;
|
Config.prototype.defaultBrokerPollInterval = 300.0 * 1000;
|
||||||
|
|
||||||
Config.prototype.maxNumClients = 1;
|
Config.prototype.maxNumClients = 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue