Update log buffer length
This commit is contained in:
parent
afac322859
commit
401d152935
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue