From 7a94ccc256389618b7f07621f2aa2be2b686b265 Mon Sep 17 00:00:00 2001 From: edisaedi1104-hash Date: Sat, 13 Dec 2025 17:42:13 +0700 Subject: [PATCH] Update config.json --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index b1831a6..dc3d19d 100644 --- a/config/config.json +++ b/config/config.json @@ -1,8 +1,8 @@ { "listen": ":36712", - "stream_buffer": 33554432, - "receive_buffer": 83886080, + "stream_buffer": 4194304, + "receive_buffer": 8388608, "auth": { "mode": "passwords" } -} \ No newline at end of file +}