commit c22394bb027f589c720d33605ef6b7e3526ea6e2 Author: David Fifield david@bamsoftware.com Date: Sun Sep 4 20:38:41 2011 -0700
Restore facilitator polling interval of 10 s (was 1 s).
1 s was for running the local experiments, but it's obnoxious to request so frequently when we have to poll. --- swfcat.as | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/swfcat.as b/swfcat.as index dd1ef9b..f114051 100644 --- a/swfcat.as +++ b/swfcat.as @@ -35,7 +35,7 @@ package private const MAX_NUM_PROXY_PAIRS:uint = 100;
// Milliseconds. - private const FACILITATOR_POLL_INTERVAL:int = 1000; + private const FACILITATOR_POLL_INTERVAL:int = 10000;
// Bytes per second. Set to undefined to disable limit. public static const RATE_LIMIT:Number = undefined;
tor-commits@lists.torproject.org