Skip to content

Commit d3827b7

Browse files
committed
Integrated hourly updates of network interfaces
1 parent 4d8014d commit d3827b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const run = async () => {
4444
await require('./controller/integrations').initialize();
4545

4646
await require('./util/loadInterfaces').requestInterfaces();
47+
setInterval(() => require('./util/loadInterfaces').requestInterfaces(), 3600000);
4748

4849
if (process.env.PREVIEW_MODE !== "true") await require('./util/loadCli').load();
4950

0 commit comments

Comments
 (0)