Kaynağa Gözat

fix typo

according to README.md, read buffer should set to 128KB.
tags/1.0^2
pexcn 6 yıl önce
ebeveyn
işleme
0ff5ca6808
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      main.go

+ 1
- 1
main.go Dosyayı Görüntüle

91
 		"Read buffer size. You can think about it as a buffer from Telegram to client.").
91
 		"Read buffer size. You can think about it as a buffer from Telegram to client.").
92
 		Short('r').
92
 		Short('r').
93
 		Envar("MTG_BUFFER_READ").
93
 		Envar("MTG_BUFFER_READ").
94
-		Default("1MB").
94
+		Default("128KB").
95
 		Bytes()
95
 		Bytes()
96
 	runTLSCloakPort = runCommand.Flag("cloak-port",
96
 	runTLSCloakPort = runCommand.Flag("cloak-port",
97
 		"Port which should be used for host cloaking.").
97
 		"Port which should be used for host cloaking.").

Loading…
İptal
Kaydet