[tor-commits] [torflow/master] Bug #4273: Reduce max fetch time

mikeperry at torproject.org mikeperry at torproject.org
Thu Nov 17 23:50:09 UTC 2011


commit dbeb72f5feff6e2b969396dc73e1f783090a496f
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Wed Nov 9 13:54:15 2011 -0800

    Bug #4273: Reduce max fetch time
    
    5 minutes seems better. Now that we automatically select slice file sizes to
    complete in about 5 seconds, it should be more than enough.
---
 .../BwAuthority/data/scanner.1/bwauthority.cfg     |    2 +-
 .../BwAuthority/data/scanner.2/bwauthority.cfg     |    2 +-
 .../BwAuthority/data/scanner.3/bwauthority.cfg     |    2 +-
 .../BwAuthority/data/scanner.4/bwauthority.cfg     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NetworkScanners/BwAuthority/data/scanner.1/bwauthority.cfg b/NetworkScanners/BwAuthority/data/scanner.1/bwauthority.cfg
index 8f9394f..abd8e1e 100644
--- a/NetworkScanners/BwAuthority/data/scanner.1/bwauthority.cfg
+++ b/NetworkScanners/BwAuthority/data/scanner.1/bwauthority.cfg
@@ -23,6 +23,6 @@ save_every = 0
 nodes_per_slice = 50
 circs_per_node = 5
 min_streams = 1
-max_fetch_time = 1800
+max_fetch_time = 300
 sleep_start = 01:30
 sleep_stop = 04:30
diff --git a/NetworkScanners/BwAuthority/data/scanner.2/bwauthority.cfg b/NetworkScanners/BwAuthority/data/scanner.2/bwauthority.cfg
index 04c7a9f..9b7b591 100644
--- a/NetworkScanners/BwAuthority/data/scanner.2/bwauthority.cfg
+++ b/NetworkScanners/BwAuthority/data/scanner.2/bwauthority.cfg
@@ -23,6 +23,6 @@ save_every = 0
 nodes_per_slice = 50
 circs_per_node = 5
 min_streams = 1
-max_fetch_time = 1800
+max_fetch_time = 300
 sleep_start = 01:30
 sleep_stop = 04:30
diff --git a/NetworkScanners/BwAuthority/data/scanner.3/bwauthority.cfg b/NetworkScanners/BwAuthority/data/scanner.3/bwauthority.cfg
index a662c8c..51dfdc5 100644
--- a/NetworkScanners/BwAuthority/data/scanner.3/bwauthority.cfg
+++ b/NetworkScanners/BwAuthority/data/scanner.3/bwauthority.cfg
@@ -23,6 +23,6 @@ save_every = 0
 nodes_per_slice = 50
 circs_per_node = 5
 min_streams = 1
-max_fetch_time = 1800
+max_fetch_time = 300
 sleep_start = 01:30
 sleep_stop = 04:30
diff --git a/NetworkScanners/BwAuthority/data/scanner.4/bwauthority.cfg b/NetworkScanners/BwAuthority/data/scanner.4/bwauthority.cfg
index fa3f50f..94342a2 100644
--- a/NetworkScanners/BwAuthority/data/scanner.4/bwauthority.cfg
+++ b/NetworkScanners/BwAuthority/data/scanner.4/bwauthority.cfg
@@ -23,6 +23,6 @@ save_every = 0
 nodes_per_slice = 50
 circs_per_node = 5
 min_streams = 1
-max_fetch_time = 1800
+max_fetch_time = 300
 sleep_start = 01:30
 sleep_stop = 04:30





More information about the tor-commits mailing list