commit 49de7bf689ee989997a1edbf2414a7bdbc2164f9 Author: David Fifield david@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. */
tor-commits@lists.torproject.org