summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/segget.conf')
-rw-r--r--segget/segget.conf13
1 files changed, 8 insertions, 5 deletions
diff --git a/segget/segget.conf b/segget/segget.conf
index 21e28cd..8e41fec 100644
--- a/segget/segget.conf
+++ b/segget/segget.conf
@@ -76,7 +76,7 @@ max_tries=10
# Maximum value: 20
# Default:
# max_connections=10
-max_connections=3
+max_connections=10
# CURRENT_SPEED_TIME_INTERVAL_MSECS
# segget transfers may have bursty nature of their traffic. Therefore, while
@@ -99,7 +99,7 @@ current_speed_time_interval_msecs=1000
# Maximum value: 10
# Default:
# max_connections_num_per_mirror=1
-max_connections_num_per_mirror=10
+max_connections_num_per_mirror=1
# SYNOPSIS: collect_benchmark_stats_on=0 | 1
# - If set to 1, stats on mirrors performance will be collected.
@@ -214,11 +214,11 @@ provide_proxy_fetcher_port=3130
# network7_priority=0
# network8_priority=0
# network9_priority=0
-network0_priority=10
-network1_priority=9
+network0_priority=0
+network1_priority=0
network2_priority=0
network3_priority=0
-network4_priority=0
+network4_priority=7
network5_priority=0
network6_priority=0
network7_priority=0
@@ -268,18 +268,21 @@ logs_dir=./logs
# GENERAL_LOG_FILE
# Define a file name to store general log.
+# Set to none to disable loggin.
# Default:
# general_log_file=segget.log
general_log_file=segget.log
# ERROR_LOG_FILE
# Define a file name to store error log.
+# Set to none to disable loggin.
# Default:
# error_log_file=segget.log
error_log_file=error.log
# DEBUG_LOG_FILE
# Define a file name to store debug log.
+# Set to none to disable loggin.
# Default:
# debug_log_file=segget.log
debug_log_file=debug.log \ No newline at end of file