Skip to content

Commit

Permalink
maxtime is in min and should be fine to check every min
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Nov 1, 2023
1 parent 2c1af04 commit 28de909
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void run() {
shutdown();
stopTimeout();
}
try {Thread.sleep(60*1000);} catch (InterruptedException e) {}
}
}

Expand Down

0 comments on commit 28de909

Please sign in to comment.