mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e3f6908984
Until now, there was this magic number (64) used as the maximum number of tasks a CPU worker can take at once. This commit makes it a consensus parameter so our future selves can think of a better value depending on network conditions. Part of #40704 Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
o Minor feature (relay):
|
|
- Two new consensus parameters are added to control the wait time in queue
|
|
of the onionskins. One of them is the torrc MaxOnionQueueDelay options
|
|
which supersedes the consensus parameter. Closes ticket 40704.
|
|
- Change a hardcoded value for the maximum of per CPU tasks into a
|
|
consensus parameter.
|