[tor-commits] [snowflake/master] Increase proxy poll interval to 300 s.

cohosh at torproject.org cohosh at torproject.org
Mon Oct 28 14:52:55 UTC 2019


commit e408988387b74e6a2fe992783b728fd5ec917c10
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Oct 17 12:53:17 2019 -0600

    Increase proxy poll interval to 300 s.
    
    https://bugs.torproject.org/32129
---
 proxy/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/config.js b/proxy/config.js
index 54c4c32..95ae92e 100644
--- a/proxy/config.js
+++ b/proxy/config.js
@@ -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;
 



More information about the tor-commits mailing list