Skip to content

Commit

Permalink
Increased announce stream length
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Feb 18, 2025
1 parent c0dac0e commit f8775ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nomadnet/Directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def received_announce(self, destination_hash, announced_identity, app_data):
RNS.log("The contained exception was: "+str(e), RNS.LOG_DEBUG)

class Directory:
ANNOUNCE_STREAM_MAXLENGTH = 64
ANNOUNCE_STREAM_MAXLENGTH = 256

aspect_filter = "nomadnetwork.node"
@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion nomadnet/ui/textui/Network.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def __init__(self, app, parent):
# Create tab buttons
self.tab_nodes = TabButton("Nodes", on_press=self.show_nodes_tab)
self.tab_peers = TabButton("Peers", on_press=self.show_peers_tab)
self.tab_pn = TabButton("LXMF Propagation Nodes", on_press=self.show_pn_tab)
self.tab_pn = TabButton("Propagation Nodes", on_press=self.show_pn_tab)

# Create tab bar with proportional widths
self.tab_bar = urwid.Columns([
Expand Down

0 comments on commit f8775ad

Please sign in to comment.