Add rdyCount to ClientConfig

This commit is contained in:
2021-07-08 17:41:59 +03:00
parent 6c8c30a1bd
commit a913fb0907
3 changed files with 8 additions and 6 deletions

View File

@ -36,6 +36,7 @@ final class ClientConfigTest extends TestCase
'connectTimeout' => 100,
'maxAttempts' => 10,
'tcpNoDelay' => true,
'rdyCount' => 1,
'featureNegotiation' => true,
'clientId' => 'SomeGorgeousClientId',
'deflate' => true,