This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.7 in repository tor.
from 995649dd1e Merge branch 'maint-0.4.7' into release-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 163dfc46e8 Merge branch 'maint-0.4.7' into release-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
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit 163dfc46e812911738f3c22420afb71477bb0987 Merge: 995649dd1e 780ca741f3 Author: David Goulet dgoulet@torproject.org AuthorDate: Wed Nov 9 15:29:04 2022 -0500
Merge branch 'maint-0.4.7' into release-0.4.7
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(-)
tor-commits@lists.torproject.org