diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-04-23 13:24:08 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-05-05 15:07:42 -0400 |
commit | 42dfcd0ae3f7a872a781452c289b4e47c494d122 (patch) | |
tree | 999f68214cb0427a6e879989c9bf6ad8c55b01cc /changes/bug33977 | |
parent | f96b6ccee1945b2db32c858837ac21c6d81c820b (diff) | |
download | tor-42dfcd0ae3f7a872a781452c289b4e47c494d122.tar.gz tor-42dfcd0ae3f7a872a781452c289b4e47c494d122.zip |
core/or: Lift slow call out of loop, #33977
Diffstat (limited to 'changes/bug33977')
-rw-r--r-- | changes/bug33977 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33977 b/changes/bug33977 new file mode 100644 index 0000000000..b424a811a2 --- /dev/null +++ b/changes/bug33977 @@ -0,0 +1,4 @@ + o Minor bugfix (refactoring): + - Lift circuit_build_times_disabled out of circuit_expire_building loop to + save CPU time with many circuits open. Fixes bug 33977; bugfix on + 0.3.5.9. |