Skip to content

Commit 51eef4a

Browse files
committed
doc: Add release notes for #18335 (rpc work queue exceeded error)
1 parent 3530d5d commit 51eef4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Low-level changes
105105

106106
RPC
107107
---
108+
- The RPC server can process a limited number of simultaneous RPC requests.
109+
Previously, if this limit was exceeded, `bitcoind` would respond with
110+
[status code 500 (`HTTP_INTERNAL_SERVER_ERROR`)](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_server_errors).
111+
Now it returns status code 503 (`HTTP_SERVICE_UNAVAILABLE`). (#18335)
108112

109113
Tests
110114
-----

0 commit comments

Comments
 (0)