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
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
{
"path": "C:\\Users\\Andrei Cerbu\\Documents\\backup_dir"
}
+3
View File
@@ -0,0 +1,3 @@
{
"path": "C:\\Users\\Andrei Cerbu\\Documents\\share_dir"
}
+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);
Binary file not shown.