diff options
author | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-07-21 22:35:31 +0300 |
---|---|---|
committer | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-07-21 22:35:31 +0300 |
commit | b1619d7aa7827f5051af64494acd9fac1ace9cfd (patch) | |
tree | 7acd283a1737ae0f19425dea1ccd7aefb46a1bdd /segget/segget.conf | |
parent | Add to tui: ETA, AVG speed and active/total connections (diff) | |
download | idfetch-b1619d7aa7827f5051af64494acd9fac1ace9cfd.tar.gz idfetch-b1619d7aa7827f5051af64494acd9fac1ace9cfd.tar.bz2 idfetch-b1619d7aa7827f5051af64494acd9fac1ace9cfd.zip |
Separate logging into log.h and log.cpp files. Add option value "none" to disable logs.
Diffstat (limited to 'segget/segget.conf')
-rw-r--r-- | segget/segget.conf | 13 |
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 |