Skip to content

Commit 8ef535a

Browse files
committed
chore: remove min which is confusing here
1 parent 1291424 commit 8ef535a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/sqlx-sqlite-conn-mgr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ queries.
110110
is released via `WriteGuard` drop.
111111

112112
5. **Connection Management**:
113-
* Read pool: max 6 concurrent connections, min 0 cached
114-
* Write pool: max 1 connection, min 0 cached
113+
* Read pool: max 6 concurrent connections, 0 cached
114+
* Write pool: max 1 connection, 0 cached
115115
* Idle timeout: 30 seconds for both pools
116116
* No perpetual caching to minimize idle thread overhead
117117

0 commit comments

Comments
 (0)