Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
ad6f1be9
Commit
ad6f1be9
authored
6 years ago
by
juga
Committed by
Matt Traudt
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add config times for cleaning v3bw files
parent
bddbf47a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sbws/config.default.ini
+7
-0
7 additions, 0 deletions
sbws/config.default.ini
with
7 additions
and
0 deletions
sbws/config.default.ini
+
7
−
0
View file @
ad6f1be9
...
...
@@ -14,6 +14,8 @@ 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
...
...
@@ -66,6 +68,11 @@ 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
[relayprioritizer]
# Whether or not to measure authorities
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment