You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**HTTP Short Connections**: Set reasonable read timeout and enable connection reuse for frequent short connections to improve pool utilization
158
+
-**Long Connection Optimization**: Set larger timeout values for long-lived connections while avoiding resource waste
159
+
-**Resource Control**: Enable connection recycling by setting timeout in scenarios requiring strict connection lifecycle control
160
+
-**Default Mode**: Use the default no-timeout no-recycling mode for scenarios requiring maximum flexibility
161
+
148
162
## Rate Limiting
149
163
NodePass supports bandwidth rate limiting for traffic control through the `rate` parameter. This feature helps prevent network congestion and ensures fair resource allocation across multiple connections.
150
164
@@ -263,7 +277,7 @@ NodePass allows flexible configuration via URL query parameters. The following t
263
277
|`min`| Minimum pool capacity |`64`| X | O | X |
264
278
|`max`| Maximum pool capacity |`1024`| O | X | X |
265
279
|`mode`| Run mode control |`0`| O | O | X |
266
-
|`read`| Data read timeout |`1h`| O | O | X |
280
+
|`read`| Data read timeout and connection reuse |`0`| O | O | X |
267
281
|`rate`| Bandwidth rate limit |`0`| O | O | X |
268
282
|`slot`| Maximum connection limit |`65536`| O | O | X |
0 commit comments