Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RunOnFluxBot committed Nov 22, 2023
1 parent 140853d commit 2948ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/serviceManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async function startFluxFunctions() {
}, 4 * 60 * 1000);
setTimeout(() => {
appsService.syncthingApps(); // rechecks and possibly adjust syncthing configuration every 2 minutes
}, 6 * 60 * 1000);
}, 2 * 60 * 1000);
setTimeout(() => {
setInterval(() => { // every 30 mins (15 blocks)
appsService.continuousFluxAppHashesCheck();
Expand Down

0 comments on commit 2948ac6

Please sign in to comment.