Skip to content

Commit cf2eb44

Browse files
authored
docs: remove redundant max parameters from client URL examples in configuration documentation
1 parent 7904c59 commit cf2eb44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/en/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ URL parameters:
311311
nodepass "server://0.0.0.0:10101/0.0.0.0:8080?max=8192&rate=1000"
312312

313313
# High-throughput client with 500 Mbps rate limit
314-
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=128&max=8192&rate=500"
314+
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=128&rate=500"
315315
```
316316

317317
Environment variables:
@@ -334,7 +334,7 @@ URL parameters:
334334
nodepass "server://0.0.0.0:10101/0.0.0.0:8080?max=4096&rate=200"
335335

336336
# Low-latency client with moderate rate limit
337-
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=256&max=4096&rate=200"
337+
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=256&rate=200"
338338
```
339339

340340
Environment variables:
@@ -357,8 +357,8 @@ URL parameters:
357357
# Resource-constrained server with conservative rate limit
358358
nodepass "server://0.0.0.0:10101/0.0.0.0:8080?max=512&rate=50"
359359

360-
# Resource-constrained client with conservative rate limit
361-
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=16&max=512&rate=50"
360+
# Resource-constrained client with conservative rate limit
361+
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=16&rate=50"
362362
```
363363

364364
Environment variables:

docs/zh/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ URL参数:
312312
nodepass "server://0.0.0.0:10101/0.0.0.0:8080?max=8192&rate=1000"
313313

314314
# 高吞吐量客户端,500 Mbps速率限制
315-
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=128&max=8192&rate=500"
315+
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=128&rate=500"
316316
```
317317

318318
环境变量:
@@ -335,7 +335,7 @@ URL参数:
335335
nodepass "server://0.0.0.0:10101/0.0.0.0:8080?max=4096&rate=200"
336336

337337
# 低延迟客户端,适度速率限制
338-
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=256&max=4096&rate=200"
338+
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=256&rate=200"
339339
```
340340

341341
环境变量:
@@ -359,7 +359,7 @@ URL参数:
359359
nodepass "server://0.0.0.0:10101/0.0.0.0:8080?max=512&rate=50"
360360

361361
# 资源受限客户端,保守速率限制
362-
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=16&max=512&rate=50"
362+
nodepass "client://server.example.com:10101/127.0.0.1:8080?min=16&rate=50"
363363
```
364364

365365
环境变量:

0 commit comments

Comments
 (0)