mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 17:14:02 +03:00
fix typo
according to README.md, read buffer should set to 128KB.
This commit is contained in:
@@ -91,7 +91,7 @@ var (
|
|||||||
"Read buffer size. You can think about it as a buffer from Telegram to client.").
|
"Read buffer size. You can think about it as a buffer from Telegram to client.").
|
||||||
Short('r').
|
Short('r').
|
||||||
Envar("MTG_BUFFER_READ").
|
Envar("MTG_BUFFER_READ").
|
||||||
Default("1MB").
|
Default("128KB").
|
||||||
Bytes()
|
Bytes()
|
||||||
runTLSCloakPort = runCommand.Flag("cloak-port",
|
runTLSCloakPort = runCommand.Flag("cloak-port",
|
||||||
"Port which should be used for host cloaking.").
|
"Port which should be used for host cloaking.").
|
||||||
|
|||||||
Reference in New Issue
Block a user