From 627ad2aaaca6363f15deb38273a61c81949d0ad0 Mon Sep 17 00:00:00 2001
From: leonard <leonard@littleblue>
Date: Thu, 18 Jun 2015 23:54:38 +0200
Subject: [PATCH] limit connections to 1

---
 site.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.conf b/site.conf
index e0e46447e..e2d63e223 100644
--- a/site.conf
+++ b/site.conf
@@ -42,7 +42,7 @@
                 enabled = true,
                 groups = {
 			backbone = {
-				limit = 2,
+				limit = 1,
 				peers = {
 					gw01 = {
 						key = 'd7b89d42b629bd5d419139b4c395e7b47ed7417112d3fcd232ba38137daa58e6',
-- 
GitLab