From be49f755c718956f62aabdd18bf8b6410fc4f288 Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Sat, 12 Sep 2015 17:32:31 +0200 Subject: [PATCH] docs: Suggest peer limit 1 instead of 2 --- docs/site-example/site.conf | 2 +- docs/user/site.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf index 1580d901..a0e95ebd 100644 --- a/docs/site-example/site.conf +++ b/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 = { diff --git a/docs/user/site.rst b/docs/user/site.rst index 055d43ba..76cecd6b 100644 --- a/docs/user/site.rst +++ b/docs/user/site.rst @@ -141,7 +141,7 @@ fastd_mesh_vpn mtu = 1426, groups = { backbone = { - limit = 2, + limit = 1, peers = { peer1 = { key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',