summaryrefslogtreecommitdiff
path: root/changes/multi-priority
diff options
context:
space:
mode:
Diffstat (limited to 'changes/multi-priority')
-rw-r--r--changes/multi-priority5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/multi-priority b/changes/multi-priority
new file mode 100644
index 0000000000..6f19314b53
--- /dev/null
+++ b/changes/multi-priority
@@ -0,0 +1,5 @@
+ o Minor features (relay, thread pool):
+ - Allow background work to be queued with different priorities, so
+ that a big pile of slow low-priority jobs will not starve out
+ higher priority jobs. This lays the groundwork for a fix for bug
+ 22883.