commit 9379fdc26b3bfe1b510d767a0c9de2f520946e6b Author: juga0 juga@riseup.net Date: Tue Jul 17 16:18:52 2018 +0000
Replace option names for cleaning v3bw files --- sbws/config.default.ini | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/sbws/config.default.ini b/sbws/config.default.ini index 860e8db..fd6a58c 100644 --- a/sbws/config.default.ini +++ b/sbws/config.default.ini @@ -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
tor-commits@lists.torproject.org