Browse Source

remove RMEM and fix RUST_LOG

RustDesk 3 years ago
parent
commit
ebd73e1a09
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -330,7 +330,6 @@ You can specify the variables as usual or use an `.env` file.
330 330
 | LIMIT_SPEED | hbbr | speed limit (in Mb/s) |
331 331
 | PORT | hbbs/hbbr | listening port (21116 for hbbs - 21117 for hbbr) |
332 332
 | RELAY_SERVERS | hbbs | IP address/DNS name of the machines running hbbr (separated by comma) |
333
-| RMEM | hbbs | UDP recv buffer size |
334
-| RUST_LOG | all | set debug level (error|warn|info|debug|trace) |
333
+| RUST_LOG | all | set debug level (error\|warn\|info\|debug\|trace) |
335 334
 | SINGLE_BANDWIDTH | hbbr | max bandwidth for a single connection (in Mb/s) |
336 335
 | TOTAL_BANDWIDTH | hbbr | max total bandwidth (in Mb/s) |