We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfd0dd commit 7fbe355Copy full SHA for 7fbe355
docs/en/usage.md
@@ -163,6 +163,9 @@ nodepass "client://server.example.com:10101/192.168.1.100:8080?log=debug&min=128
163
164
# Resource-constrained configuration with forced mode
165
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"
169
```
170
171
### Master Mode (API)
0 commit comments