diff --git a/.gitignore b/.gitignore index 7c02654..47fc895 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ node_modules/* node_modules/** ./node_modules/* ./node_modules/** -package-lock.json \ No newline at end of file +package-lock.json +client.yaml +server.yaml \ No newline at end of file diff --git a/client/index.js b/client/index.js index 810619e..cf78cb2 100644 --- a/client/index.js +++ b/client/index.js @@ -76,7 +76,7 @@ function authenticateAndCheck() { clearInterval(i); console.log(`Authenticated.`); } - }, 5000); + }, 2000); } authenticateAndCheck(); \ No newline at end of file