From 564d1e125fe4bd7e8373f407d860f1eb6467ee61 Mon Sep 17 00:00:00 2001 From: OfficialDakari Date: Mon, 29 Apr 2024 20:11:28 +0500 Subject: [PATCH] some things --- .gitignore | 4 +++- client/index.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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