Commit e4089883 authored by David Fifield's avatar David Fifield Committed by Cecylia Bocovich
Browse files

Increase proxy poll interval to 300 s.

parent 11bd32f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ Config.prototype.minRateLimit = 10 * 1024;

Config.prototype.rateLimitHistory = 5.0;

Config.prototype.defaultBrokerPollInterval = 20.0 * 1000;
Config.prototype.defaultBrokerPollInterval = 300.0 * 1000;

Config.prototype.maxNumClients = 1;