From 401d152935ca880e832e0e42e169249780c8ac7b Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 8 Dec 2024 14:29:36 +0100 Subject: [PATCH] Update log buffer length --- sbapp/sideband/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index b2016b4..35ff723 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -111,7 +111,7 @@ class SidebandCore(): DEFAULT_APPEARANCE = ["account", [0,0,0,1], [1,1,1,1]] - LOG_DEQUE_MAXLEN = 256 + LOG_DEQUE_MAXLEN = 128 aspect_filter = "lxmf.delivery" def received_announce(self, destination_hash, announced_identity, app_data):