Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ungdev/turboswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNono committed May 16, 2024
2 parents 1e528f5 + b37d1f0 commit 61c4619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export function setLastTimeChestWasAlive(time: number, sendInSecs?: number) {
sendInterval =
((sendInSecs || Number.parseInt(process.env.TIME_BEFORE_CHEST_DEATH)) + 2) *
1000;
checkChestAlive();
setTimeout(checkChestAlive, sendInterval);
}

Expand Down

0 comments on commit 61c4619

Please sign in to comment.