Browse Source

docs: user/site: change peer limit in example fastd config to 1

Change the limit to match our recommendation in the site-example.
Matthias Schiffer 8 years ago
parent
commit
627e6b7b81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/user/site.rst

+ 1 - 1
docs/user/site.rst

@@ -177,7 +177,7 @@ fastd_mesh_vpn
         groups = {
           backbone = {
             -- Limit number of connected peers from this group
-            limit = 2,
+            limit = 1,
             peers = {
               peer1 = {
                 key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',