mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-11-23 08:20:51 -05:00
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
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
34e0bde0b4
commit
3fedd0af30
4 changed files with 31 additions and 14 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue