Explorar el Código

docs: Suggest peer limit 1 instead of 2

Ruben Barkow hace 8 años
padre
commit
be49f755c7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      docs/site-example/site.conf
  2. 1 1
      docs/user/site.rst

+ 1 - 1
docs/site-example/site.conf

@@ -94,7 +94,7 @@
     groups = {
       backbone = {
         -- Limit number of connected peers to reduce bandwidth.
-        limit = 2,
+        limit = 1,
 
         -- List of peers.
         peers = {

+ 1 - 1
docs/user/site.rst

@@ -141,7 +141,7 @@ fastd_mesh_vpn
         mtu = 1426,
         groups = {
           backbone = {
-            limit = 2,
+            limit = 1,
             peers = {
               peer1 = {
                 key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',