diff --git a/index.html b/index.html
index db6ad15..b0efd6c 100644
--- a/index.html
+++ b/index.html
@@ -613,7 +613,7 @@
});
peerListEl.innerHTML = list.innerHTML;
peerCountEl.innerText = peerCount;
- if (peerCount < 2){
+ if (peerCount < 3){
document.getElementById("connectStatus").src = "static/ico/connect_ko.svg"
gun.opt({peers: RELAYS});
} else {
@@ -787,11 +787,50 @@
gun.get(TABLE).on((data) => {var e = true})