Increase proxy poll interval to 300 s.

https://bugs.torproject.org/32129
This commit is contained in:
David Fifield 2019-10-17 12:53:17 -06:00 committed by Cecylia Bocovich
parent 11bd32f62e
commit e408988387

View file

@ -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;