Selaa lähdekoodia
fix typo
according to README.md, read buffer should set to 128KB.
tags/1.0^2
pexcn
6 vuotta sitten
vanhempi
commit
0ff5ca6808
No account linked to committer's email address
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
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.").
|