Skip to content

Commit 784713e

Browse files
Update release-notes-8.19.asciidoc
1 parent 2bbfa27 commit 784713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/ingest-management/release-notes/release-notes-8.19.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Elastic Agent::
143143
Fleet Server::
144144
* Restore connection limiter. link:https://github.com/elastic/fleet-server/pull/5372[#5372]
145145
+
146-
Restore connection level limiter to prevent OOM incidents. This limiter is used in addition to the request-level throttle so that once our in-flight requests reaches max_connections a 429 is returned, but if the total connections the server uses is over max_connections*1.1 the server dropsthe connection before the TLS handshake.
146+
Restore connection level limiter to prevent OOM incidents. This limiter is used in addition to the request-level throttle so that once our in-flight requests reaches max_connections a 429 is returned, but if the total connections the server uses is over max_connections*1.1 the server drops the connection before the TLS handshake.
147147
* Build fleet-server as fully static binary to restore OS matrix compatibility. link:https://github.com/elastic/fleet-server/pull/5392[#5392] link:https://github.com/elastic/fleet-server/issues/5262[#5262]
148148

149149
// end 8.19.4 relnotes

0 commit comments

Comments
 (0)