Decrease default ready count to 100

This commit is contained in:
2021-09-18 23:17:53 +03:00
parent 155e896543
commit b130b09a82

View File

@ -39,7 +39,7 @@ final class ClientConfig
* Use tcp_nodelay for establishing a connection. * Use tcp_nodelay for establishing a connection.
*/ */
public bool $tcpNoDelay = false, public bool $tcpNoDelay = false,
public int $rdyCount = 2500, public int $rdyCount = 100,
/** /**
* Boolean used to indicate that the client supports feature negotiation. If the server is capable, * Boolean used to indicate that the client supports feature negotiation. If the server is capable,