瀏覽代碼

Update configuration

tags/v2.1.3^2
9seconds 4 年之前
父節點
當前提交
4c75066ef8
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      example.config.toml

+ 3
- 1
example.config.toml 查看文件

@@ -30,7 +30,9 @@ concurrency = 8192
30 30
 # A size of user-space buffer for TCP to use. Since we do 2 connections,
31 31
 # then we have tcp-buffer * (4 + 2) per each connection: read/write for
32 32
 # each connection + 2 copy buffers to pump the data between sockets.
33
-tcp-buffer = "4kb"
33
+#
34
+# Deprecated: this setting is no longer makes any effect.
35
+# tcp-buffer = "4kb"
34 36
 
35 37
 # Sometimes you want to enforce mtg to use some types of
36 38
 # IP connectivity to Telegram. We have 4 modes:

Loading…
取消
儲存