Delete obsoleted setting

This commit is contained in:
9seconds
2026-02-24 16:56:42 +01:00
parent 2cbee5d453
commit af72b2a574
-7
View File
@@ -36,13 +36,6 @@ bind-to = "0.0.0.0:3128"
# All other incoming connections are going to be dropped. # All other incoming connections are going to be dropped.
concurrency = 8192 concurrency = 8192
# A size of user-space buffer for TCP to use. Since we do 2 connections,
# then we have tcp-buffer * (4 + 2) per each connection: read/write for
# each connection + 2 copy buffers to pump the data between sockets.
#
# Deprecated: this setting is no longer makes any effect.
# tcp-buffer = "4kb"
# Sometimes you want to enforce mtg to use some types of # Sometimes you want to enforce mtg to use some types of
# IP connectivity to Telegram. We have 4 modes: # IP connectivity to Telegram. We have 4 modes:
# - prefer-ipv6: # - prefer-ipv6: