[tor-commits] [flashproxy/master] Bump poll interval from 10 s to 60 s.
dcf at torproject.org
dcf at torproject.org
Fri Jan 4 05:10:01 UTC 2013
commit 49de7bf689ee989997a1edbf2414a7bdbc2164f9
Author: David Fifield <david at bamsoftware.com>
Date: Thu Jan 3 21:01:39 2013 -0800
Bump poll interval from 10 s to 60 s.
With recent CCC-related attention we have a lot more proxies (about 150
currently), so no need to poll so fast.
---
proxy/flashproxy.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index 19f1c08..8418a5d 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -59,7 +59,7 @@ var DEFAULT_FACILITATOR_URL = "https://tor-facilitator.bamsoftware.com/";
var DEFAULT_MAX_NUM_PROXY_PAIRS = 10;
-var DEFAULT_FACILITATOR_POLL_INTERVAL = 10.0;
+var DEFAULT_FACILITATOR_POLL_INTERVAL = 60.0;
var MIN_FACILITATOR_POLL_INTERVAL = 1.0;
/* Bytes per second. Set to undefined to disable limit. */
More information about the tor-commits
mailing list