diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-01-31 16:27:50 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2018-01-31 17:21:53 +0000 |
commit | 148c2410af4dd084009a5625d0687987dc85dc42 (patch) | |
tree | f0353dc3ac3631aa77d28c5d308fcacf4a34a225 /changes/bug24769 | |
parent | f0d7905bc9f20ecee43da3db369073ffb73b4997 (diff) | |
download | tor-148c2410af4dd084009a5625d0687987dc85dc42.tar.gz tor-148c2410af4dd084009a5625d0687987dc85dc42.zip |
Bug 24769: Reduce and parameterize the cbt learning idle timeout.
This is only half of the changes needed. We should also parameterize the
number of concurrent cbt learning circuits in needs_circuits_for_build().
Diffstat (limited to 'changes/bug24769')
-rw-r--r-- | changes/bug24769 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug24769 b/changes/bug24769 new file mode 100644 index 0000000000..5aee8daa21 --- /dev/null +++ b/changes/bug24769 @@ -0,0 +1,7 @@ + o Minor bugfixes (performance): + - Reduce the number of circuits that can be opened at once during the + circuit build timeout phase. This is done by increasing the idle timeout + to 3 minutes, and lowering the maximum number of concurrent learning + circuits to 10. Fixes Bug 24769; bugfix on 0.3.1.1-alpha. + + |