Skip to content

Commit

Permalink
Increase sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed May 5, 2016
1 parent f3299ca commit 82d67cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/happyr/mq2php/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ private static void checkWorkerHealth() {
}

try {
Thread.sleep(10000);
// Sleep for a minute
Thread.sleep(60000);
} catch (InterruptedException e) {}
}
}
Expand Down

0 comments on commit 82d67cd

Please sign in to comment.