You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/Nodes.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,14 @@ First change the (server) address of the node from the Preferences dialog, Nodes
49
49
50
50
<p>It'll make the GUI listen on port 50051, any IP. You can also use an IP: `$ /usr/local/bin/opensnitch-ui --socket "127.0.0.1:50051"`</p>
51
51
52
-
> ℹ️ `Max server workers` option:
52
+
> ℹ️ `Max server workers`:
53
+
>
53
54
> This option affects to how many nodes the GUI can handle. Each node consumes about 2 workers, so the default configuration of 20 workers allows to handle 10-15 nodes.
54
55
> If there're more nodes than workers, the GUI will run out of resources, and won't allow new messages or events **from any node**.
55
56
>
56
57
57
58
> ℹ️ `Max server clients`:
59
+
>
58
60
> Use this option to limit how many nodes can connect to the GUI (server).
59
61
> The default value of 0 allows unlimited number of incoming connections (nodes).
0 commit comments