Skip to content

Commit

Permalink
adjust delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Nov 16, 2024
1 parent 9356390 commit 8c903f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZelBack/src/services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -9329,7 +9329,7 @@ async function trySpawningGlobalApplication() {
trySpawningGlobalApplication();
} catch (error) {
log.error(error);
await serviceHelper.delay(5 * 60 * 1000);
await serviceHelper.delay(15 * 60 * 1000);
trySpawningGlobalApplication();
}
}
Expand Down

0 comments on commit 8c903f0

Please sign in to comment.