Skip to content
Snippets Groups Projects
Commit 9379fdc2 authored by juga's avatar juga Committed by Matt Traudt
Browse files

Replace option names for cleaning v3bw files

parent 98c8fdd1
Branches
Tags
No related merge requests found
......@@ -14,8 +14,6 @@ usability_test_interval = 300
[general]
# Days into the past that measurements are considered valid
data_period = 5
# Minutes into the past that the bandwidth list files need to be available (2h)
valid_mins_v3bw_files = 120
# Timeout in seconds to give to the python Requests library. It MUST be a
# single float. Requests will use it both as the connect() timeout and the
# timeout between bytes received from the server. See
......@@ -68,11 +66,10 @@ extra_lines =
stale_days = 10
# After this many days, delete data files
rotten_days = 90
# After this many minutes, compress v3bw files
# Time during for the vote and time for the consensus (2h)
stale_mins_v3bw_files = 240
# After this many minutes, delete v3bw files (1d)
rotten_mins_v3bw_files = 1440
# After this many days, compress v3bw files (1d)
v3bw_files_compress_after_days = 1
# After this many days, delete v3bw files (7d)
v3bw_files_delete_after_days = 7
[relayprioritizer]
# Whether or not to measure authorities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment