aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRustDesk <[email protected]>2023-01-08 11:31:13 +0800
committerGitHub <[email protected]>2023-01-08 11:31:13 +0800
commitebd73e1a096b5e68105be5fbcd44c89b7c6ab914 (patch)
tree20f8df3cb4648237187baf6acbd6faa06956d853
parent00e6a016f896e1045a6af7ae2fd6b8b69d79384a (diff)
downloadrustdesk-server-ebd73e1a096b5e68105be5fbcd44c89b7c6ab914.tar.gz
rustdesk-server-ebd73e1a096b5e68105be5fbcd44c89b7c6ab914.zip
remove RMEM and fix RUST_LOG
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7fdc9e0..fbc72d2 100644
--- a/README.md
+++ b/README.md
@@ -330,7 +330,6 @@ You can specify the variables as usual or use an `.env` file.
| LIMIT_SPEED | hbbr | speed limit (in Mb/s) |
| PORT | hbbs/hbbr | listening port (21116 for hbbs - 21117 for hbbr) |
| RELAY_SERVERS | hbbs | IP address/DNS name of the machines running hbbr (separated by comma) |
-| RMEM | hbbs | UDP recv buffer size |
-| RUST_LOG | all | set debug level (error|warn|info|debug|trace) |
+| RUST_LOG | all | set debug level (error\|warn\|info\|debug\|trace) |
| SINGLE_BANDWIDTH | hbbr | max bandwidth for a single connection (in Mb/s) |
| TOTAL_BANDWIDTH | hbbr | max total bandwidth (in Mb/s) |