Update log buffer length

This commit is contained in:
Mark Qvist 2024-12-08 14:29:36 +01:00
parent afac322859
commit 401d152935
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class SidebandCore():
DEFAULT_APPEARANCE = ["account", [0,0,0,1], [1,1,1,1]] DEFAULT_APPEARANCE = ["account", [0,0,0,1], [1,1,1,1]]
LOG_DEQUE_MAXLEN = 256 LOG_DEQUE_MAXLEN = 128
aspect_filter = "lxmf.delivery" aspect_filter = "lxmf.delivery"
def received_announce(self, destination_hash, announced_identity, app_data): def received_announce(self, destination_hash, announced_identity, app_data):