Sfoglia il codice sorgente

fix typo

according to README.md, read buffer should set to 128KB.
tags/1.0^2
pexcn 6 anni fa
parent
commit
0ff5ca6808
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      main.go

+ 1
- 1
main.go Vedi File

@@ -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…
Annulla
Salva