Decrease default ready count to 100
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user