Increase webextension poll period

Raise the webextension poll period from 5 to 20 seconds (bug 31200).
This commit is contained in:
Cecylia Bocovich 2019-08-12 13:14:25 -04:00
parent 0b55fd307a
commit f94ef87c46

View file

@ -20,7 +20,7 @@ Config.prototype.minRateLimit = 10 * 1024;
Config.prototype.rateLimitHistory = 5.0; Config.prototype.rateLimitHistory = 5.0;
Config.prototype.defaultBrokerPollInterval = 5.0 * 1000; Config.prototype.defaultBrokerPollInterval = 20.0 * 1000;
Config.prototype.maxNumClients = 1; Config.prototype.maxNumClients = 1;