Skip to content

Commit 125e980

Browse files
fix
1 parent f89504c commit 125e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Added new ADO.NET options:
22
- `MinSessionPool`: The minimum connection pool size.
3-
- `SessionIdleTimeout`: The time (in seconds) to wait before closing idle session in the pool if the count of all connections exceeds `MinSessionPool`.
3+
- `SessionIdleTimeout`: The time (in seconds) to wait before closing idle session in the pool if the count of all sessions exceeds `MinSessionPool`.
44
- `SessionPruningInterval`: How many seconds the pool waits before attempting to prune idle sessions (see `SessionIdleTimeout`).
55
- Fixed bug `Reader`: unhandled exception in `TryReadRequestBytes(long bytes)`.
66
- Handle `YdbException` on `DeleteSession`.

0 commit comments

Comments
 (0)