Skip to content

Commit 7fbe355

Browse files
authored
docs: add example for resource-constrained configuration with small connection pool
1 parent 7bfd0dd commit 7fbe355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/en/usage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ nodepass "client://server.example.com:10101/192.168.1.100:8080?log=debug&min=128
163163

164164
# Resource-constrained configuration with forced mode
165165
nodepass "client://server.example.com:10101/127.0.0.1:8080?mode=2&min=16&log=info"
166+
167+
# Resource-constrained configuration - Small connection pool
168+
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=16&log=info"
166169
```
167170

168171
### Master Mode (API)

0 commit comments

Comments
 (0)