Skip to content

Commit 27a5f27

Browse files
authored
Update README.md
1 parent 437b630 commit 27a5f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You do not need to download and build the source to use the SDK but if you want
7979
Note: This number cannot be greater than Maximum Total Connections and every connection created here also counts into Maximum Total Connections.
8080
- `connectionRequestTimeoutMs` Time taken in milliseconds to get connection request from the pool. If it times out, it will throw error as Timeout waiting for connection from pool
8181
- `connectionTimeoutMs` Specifies the number of milliseconds to wait while a connection is being established.
82-
- `socketTimeoutMs` Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets.
82+
- `socketTimeoutMs` Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets. Recommanded valut is 130000 (in ms).
8383
- `evictThreadSleepTimeMs` Specifies time duration in milliseconds between "sweeps" by the "idle connection" evictor thread.
8484
This thread will check if any idle/expired/stale connections are available in pool and evict it.
8585
- `maxKeepAliveTimeMs` Specifies the time duration in milliseconds that a connection can be idle before it is evicted from the pool.

0 commit comments

Comments
 (0)