according to README.md, read buffer should set to 128KB.
This commit is contained in:
pexcn
2019-11-12 20:30:01 +08:00
committed by GitHub
parent 8e0436e89a
commit 0ff5ca6808
+1 -1
View File
@@ -91,7 +91,7 @@ var (
"Read buffer size. You can think about it as a buffer from Telegram to client.").
Short('r').
Envar("MTG_BUFFER_READ").
Default("1MB").
Default("128KB").
Bytes()
runTLSCloakPort = runCommand.Flag("cloak-port",
"Port which should be used for host cloaking.").