Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
1a6674da
Commit
1a6674da
authored
Feb 25, 2019
by
juga
Browse files
chg: globals: Increment size of bandwidth lines
Part of
#29591
.
parent
e7e960fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/globals.py
View file @
1a6674da
...
...
@@ -80,7 +80,9 @@ MIN_REPORT = 60
# in the bandwidth lines in percentage
MAX_BW_DIFF_PERC
=
50
BW_LINE_SIZE
=
510
# With the new KeyValues in #29591, the lines are greater than 510
# Tor already accept lines of any size, but leaving the limit anyway.
BW_LINE_SIZE
=
1022
# Metadata to send in every requests, so that data servers can know which
# scanners are using them.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment