Explorar el Código

fix typo

according to README.md, read buffer should set to 128KB.
tags/1.0^2
pexcn hace 6 años
padre
commit
0ff5ca6808
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      main.go

+ 1
- 1
main.go Ver fichero

@@ -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.").

Loading…
Cancelar
Guardar