some things

This commit is contained in:
OfficialDakari 2024-04-29 20:11:28 +05:00
parent 5fa84e31b9
commit 564d1e125f
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ node_modules/**
./node_modules/* ./node_modules/*
./node_modules/** ./node_modules/**
package-lock.json package-lock.json
client.yaml
server.yaml

View File

@ -76,7 +76,7 @@ function authenticateAndCheck() {
clearInterval(i); clearInterval(i);
console.log(`Authenticated.`); console.log(`Authenticated.`);
} }
}, 5000); }, 2000);
} }
authenticateAndCheck(); authenticateAndCheck();