From 56af59345d1e74ad0d7f3eab5cb557f2fd580e9a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 19 Aug 2025 06:19:07 -0700 Subject: [PATCH] Update settings.py --- modules/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/settings.py b/modules/settings.py index 74ae700..2c2948a 100644 --- a/modules/settings.py +++ b/modules/settings.py @@ -361,7 +361,7 @@ try: splitDelay = config['messagingSettings'].getfloat('splitDelay', 0) # default 0 MESSAGE_CHUNK_SIZE = config['messagingSettings'].getint('MESSAGE_CHUNK_SIZE', 160) # default 160 wantAck = config['messagingSettings'].getboolean('wantAck', False) # default False - maxBuffer = config['messagingSettings'].getint('maxBuffer', 220) # default 220 + maxBuffer = config['messagingSettings'].getint('maxBuffer', 200) # default 200 enableHopLogs = config['messagingSettings'].getboolean('enableHopLogs', False) # default False except KeyError as e: