From 98ffd37b082934ca5c431db5ad4b0317b3f6be0e Mon Sep 17 00:00:00 2001 From: Bronwen Date: Sun, 14 Feb 2021 02:40:21 -0500 Subject: [PATCH] lower backoff max time --- relay/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/index.js b/relay/index.js index 0dc8dbc..a982e8f 100644 --- a/relay/index.js +++ b/relay/index.js @@ -25,7 +25,7 @@ stp.createServer({ }); function connectNetwork(t = 1000) { - if(t > 65000) t /= 2; + if(t > 60000) t /= 2; const client = stp.connect({ identity,