diff options
author | teor <teor@riseup.net> | 2020-05-13 20:08:29 +1000 |
---|---|---|
committer | teor <teor@riseup.net> | 2020-05-13 20:08:29 +1000 |
commit | de979dd7bd55647c17c9853b2e3c9e51efbd7c05 (patch) | |
tree | 850e5ff5b02eb0be847f345cf63d0da68eeb5a77 /scripts | |
parent | 115a453f04d27b7abeedee9e34a6d70068fd0bdd (diff) | |
download | tor-de979dd7bd55647c17c9853b2e3c9e51efbd7c05.tar.gz tor-de979dd7bd55647c17c9853b2e3c9e51efbd7c05.zip |
practracker: Allow a few extra lines in circuituse
Part of 33222.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index cd4b5577b3..ca06d94fbd 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -117,7 +117,7 @@ problem function-size /src/core/or/circuitpadding_machines.c:circpad_machine_cli problem dependency-violation /src/core/or/circuitpadding_machines.c 1 problem function-size /src/core/or/circuitstats.c:circuit_build_times_parse_state() 123 problem dependency-violation /src/core/or/circuitstats.c 11 -problem file-size /src/core/or/circuituse.c 3200 +problem file-size /src/core/or/circuituse.c 3250 problem function-size /src/core/or/circuituse.c:circuit_is_acceptable() 128 problem function-size /src/core/or/circuituse.c:circuit_expire_building() 389 problem function-size /src/core/or/circuituse.c:circuit_log_ancient_one_hop_circuits() 126 |