Sergey Arkhipov
6 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
main.go
|
|
@@ -91,7 +91,7 @@ var (
|
|
91
|
91
|
"Read buffer size. You can think about it as a buffer from Telegram to client.").
|
|
92
|
92
|
Short('r').
|
|
93
|
93
|
Envar("MTG_BUFFER_READ").
|
|
94
|
|
- Default("1MB").
|
|
|
94
|
+ Default("128KB").
|
|
95
|
95
|
Bytes()
|
|
96
|
96
|
runTLSCloakPort = runCommand.Flag("cloak-port",
|
|
97
|
97
|
"Port which should be used for host cloaking.").
|