some things
This commit is contained in:
parent
5fa84e31b9
commit
564d1e125f
|
|
@ -4,4 +4,6 @@ node_modules/*
|
||||||
node_modules/**
|
node_modules/**
|
||||||
./node_modules/*
|
./node_modules/*
|
||||||
./node_modules/**
|
./node_modules/**
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
client.yaml
|
||||||
|
server.yaml
|
||||||
|
|
@ -76,7 +76,7 @@ function authenticateAndCheck() {
|
||||||
clearInterval(i);
|
clearInterval(i);
|
||||||
console.log(`Authenticated.`);
|
console.log(`Authenticated.`);
|
||||||
}
|
}
|
||||||
}, 5000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
authenticateAndCheck();
|
authenticateAndCheck();
|
||||||
Loading…
Reference in New Issue