[tor-commits] [ooni-probe/master] Have some more sane defaults in the ooniprobe sample config
art at torproject.org
art at torproject.org
Thu Sep 5 22:14:23 UTC 2013
commit 5f5ebbf6081dafbd4b91717f59ad68238da6ca87
Author: Arturo Filastò <art at fuffa.org>
Date: Thu Sep 5 23:46:23 2013 +0200
Have some more sane defaults in the ooniprobe sample config
---
data/ooniprobe.conf.sample | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample
index 7707be0..77fa980 100644
--- a/data/ooniprobe.conf.sample
+++ b/data/ooniprobe.conf.sample
@@ -34,17 +34,17 @@ advanced:
# explicitly set the control port and SOCKS port
start_tor: true
# After how many seconds we should give up on a particular measurement
- measurement_timeout: 30
+ measurement_timeout: 60
# After how many retries we should give up on a measurement
measurement_retries: 2
# How many measurments to perform concurrently
- measurement_concurrency: 100
+ measurement_concurrency: 10
# After how may seconds we should give up reporting
- reporting_timeout: 30
+ reporting_timeout: 80
# After how many retries to give up on reporting
reporting_retries: 3
# How many reports to perform concurrently
- reporting_concurrency: 20
+ reporting_concurrency: 15
# Specify here a custom data_dir path
data_dir: /usr/share/ooni/
oonid_api_port: 8042
More information about the tor-commits
mailing list