mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Increase webextension poll period
Raise the webextension poll period from 5 to 20 seconds (bug 31200).
This commit is contained in:
parent
0b55fd307a
commit
f94ef87c46
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.defaultBrokerPollInterval = 5.0 * 1000;
|
||||
Config.prototype.defaultBrokerPollInterval = 20.0 * 1000;
|
||||
|
||||
Config.prototype.maxNumClients = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue