Commit 1a6674da authored by juga's avatar juga
Browse files

chg: globals: Increment size of bandwidth lines

Part of #29591.
parent e7e960fd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.