This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from bd055a258a Merge branch 'maint-0.4.7' new 93523ed0d6 relay: Make MaxOnionQueueDelay into a consensus param new 9c8c7804d5 relay: Add the onion_queue_wait_cutoff consensus param new e3f6908984 relay: Make the max pending tasks per CPU a consensus parameter new 780ca741f3 relay: Cache onion queue parameters on consensus change new 560d44b08b Merge branch 'maint-0.4.7'
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/ticket40704 | 6 ++ src/app/config/config.c | 2 +- src/core/mainloop/cpuworker.c | 42 +++++++++++-- src/core/mainloop/cpuworker.h | 5 ++ src/feature/nodelist/networkstatus.c | 4 ++ src/feature/relay/onion_queue.c | 114 +++++++++++++++++++++++++---------- src/feature/relay/onion_queue.h | 2 + src/lib/thread/numcpus.c | 8 +-- 8 files changed, 142 insertions(+), 41 deletions(-) create mode 100644 changes/ticket40704