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

Change the limit to match our recommendation in the site-example.
This commit is contained in:
Matthias Schiffer 2016-02-07 11:23:41 +01:00
parent 10f7a88ba9
commit 627e6b7b81
1 changed files with 1 additions and 1 deletions

View File

@ -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',