lower backoff max time

stable
Bronwen 2021-02-14 02:40:21 -05:00
parent 1336042b88
commit 98ffd37b08
1 changed files with 1 additions and 1 deletions

View File

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