mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
8 lines
328 B
Plaintext
8 lines
328 B
Plaintext
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.
|
|
|
|
|