소스 검색

fix typo

according to README.md, read buffer should set to 128KB.
tags/1.0^2
pexcn 6 년 전
부모
커밋
0ff5ca6808
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      main.go

+ 1
- 1
main.go 파일 보기

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…
취소
저장