[tor-commits] [flashproxy/master] Change DEFAULT_MAX_NUM_PROXY_PAIRS from 100 to 10.

dcf at torproject.org dcf at torproject.org
Sun Oct 30 22:22:48 UTC 2011


commit 74dd4fbfad5aca0f4f89e61f8c43f90f86ff6897
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Oct 30 01:09:28 2011 -0700

    Change DEFAULT_MAX_NUM_PROXY_PAIRS from 100 to 10.
---
 swfcat.as |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/swfcat.as b/swfcat.as
index 938def9..f02e0a0 100644
--- a/swfcat.as
+++ b/swfcat.as
@@ -67,7 +67,7 @@ package
             port: 9002
         };
 
-        private const DEFAULT_MAX_NUM_PROXY_PAIRS:uint = 100;
+        private const DEFAULT_MAX_NUM_PROXY_PAIRS:uint = 10;
 
         // Milliseconds.
         private const FACILITATOR_POLL_INTERVAL:int = 10000;





More information about the tor-commits mailing list