ソースを参照

fix typo

according to README.md, read buffer should set to 128KB.
tags/1.0^2
pexcn 6年前
コミット
0ff5ca6808
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      main.go

+ 1
- 1
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.").

読み込み中…
キャンセル
保存