mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-21 15:20:29 -04:00
Increased announce stream length
This commit is contained in:
parent
c0dac0eadb
commit
f8775adbab
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ class PNAnnounceHandler:
|
||||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_DEBUG)
|
RNS.log("The contained exception was: "+str(e), RNS.LOG_DEBUG)
|
||||||
|
|
||||||
class Directory:
|
class Directory:
|
||||||
ANNOUNCE_STREAM_MAXLENGTH = 64
|
ANNOUNCE_STREAM_MAXLENGTH = 256
|
||||||
|
|
||||||
aspect_filter = "nomadnetwork.node"
|
aspect_filter = "nomadnetwork.node"
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -389,7 +389,7 @@ class AnnounceStream(urwid.WidgetWrap):
|
||||||
# Create tab buttons
|
# Create tab buttons
|
||||||
self.tab_nodes = TabButton("Nodes", on_press=self.show_nodes_tab)
|
self.tab_nodes = TabButton("Nodes", on_press=self.show_nodes_tab)
|
||||||
self.tab_peers = TabButton("Peers", on_press=self.show_peers_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
|
# Create tab bar with proportional widths
|
||||||
self.tab_bar = urwid.Columns([
|
self.tab_bar = urwid.Columns([
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue