lower backoff max time
parent
1336042b88
commit
98ffd37b08
|
|
@ -25,7 +25,7 @@ stp.createServer({
|
||||||
});
|
});
|
||||||
|
|
||||||
function connectNetwork(t = 1000) {
|
function connectNetwork(t = 1000) {
|
||||||
if(t > 65000) t /= 2;
|
if(t > 60000) t /= 2;
|
||||||
|
|
||||||
const client = stp.connect({
|
const client = stp.connect({
|
||||||
identity,
|
identity,
|
||||||
|
|
|
||||||
Reference in New Issue