Added separate LXMF PN message size and sync transfer size limits
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Mark Qvist 2025-10-29 23:19:33 +01:00
parent 34e0bde0b4
commit 3fedd0af30
4 changed files with 31 additions and 14 deletions

View file

@ -193,7 +193,8 @@ class Directory:
found_node = True
break
if not found_node:
# TODO: Remove debug and rethink this (needs way to set PN when node is saved)
if True or not found_node:
if self.app.compact_stream:
try:
remove_announces = []