From 0ff5ca6808575d2c46f21884b785878e8a7b1c66 Mon Sep 17 00:00:00 2001 From: pexcn Date: Tue, 12 Nov 2019 20:30:01 +0800 Subject: [PATCH] fix typo according to README.md, read buffer should set to 128KB. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b2823de..83042f5 100644 --- a/main.go +++ b/main.go @@ -91,7 +91,7 @@ var ( "Read buffer size. You can think about it as a buffer from Telegram to client."). Short('r'). Envar("MTG_BUFFER_READ"). - Default("1MB"). + Default("128KB"). Bytes() runTLSCloakPort = runCommand.Flag("cloak-port", "Port which should be used for host cloaking.").