summaryrefslogtreecommitdiff
path: root/releasenotes/notes/api-workers-c06ea95a0c55b8cf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/api-workers-c06ea95a0c55b8cf.yaml')
-rw-r--r--releasenotes/notes/api-workers-c06ea95a0c55b8cf.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/api-workers-c06ea95a0c55b8cf.yaml b/releasenotes/notes/api-workers-c06ea95a0c55b8cf.yaml
new file mode 100644
index 000000000..075b8e2a4
--- /dev/null
+++ b/releasenotes/notes/api-workers-c06ea95a0c55b8cf.yaml
@@ -0,0 +1,9 @@
+---
+upgrade:
+ - |
+ The default value of ``[api]api_workers`` is now limited to 4. Set it
+ explicitly if you need a higher value.
+fixes:
+ - |
+ No longer launches too many API workers on systems with a lot of CPU
+ cores by default.