This commit is contained in:
andrei-mihnea-cerbu
2024-04-22 22:44:18 +03:00
parent 9ac718bea3
commit a53e36b02a
7 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ decryptAndGetServerIP(path.join(__dirname, '..', 'ipConfig.json')).then(ip => {
serverIp = ip;
});
const timeoutInterval = 6 * 60 * 1000 //minutes * seconds * miliseconds
const timeoutInterval = 1 * 20 * 1000 //minutes * seconds * miliseconds
setInterval(() => {
fetchUsersAndDepartments(serverIp);
View File