[tor-commits] [snowflake-webext/master] Adjust proxies to poll more often

cohosh at torproject.org cohosh at torproject.org
Thu Oct 8 17:20:40 UTC 2020


commit c5edea3c2c5655af8a5f91751259b81ea22d25aa
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Oct 8 10:19:39 2020 -0400

    Adjust proxies to poll more often
    
    Decrease the wait time between proxy polls and the poll adjustment so
    that we have more proxies available for the increased client load.
---
 config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.js b/config.js
index 8c67532..d662013 100644
--- a/config.js
+++ b/config.js
@@ -24,9 +24,9 @@ Config.prototype.minRateLimit = 10 * 1024;
 
 Config.prototype.rateLimitHistory = 5.0;
 
-Config.prototype.defaultBrokerPollInterval = 300.0 * 1000; //1 poll every 5 minutes
+Config.prototype.defaultBrokerPollInterval = 60.0 * 1000; //1 poll every minutes
 Config.prototype.slowestBrokerPollInterval = 6 * 60 * 60.0 * 1000; //1 poll every 6 hours
-Config.prototype.pollAdjustment = 300.0 * 1000;
+Config.prototype.pollAdjustment = 100.0 * 1000;
 
 // Timeout after sending answer before datachannel is opened
 Config.prototype.datachannelTimeout = 20 * 1000;



More information about the tor-commits mailing list