Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jan 10, 2022
2 parents c3a8d35 + 495de89 commit f4f1edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Job.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void pushNotifications() {
Logger.debug("Starting new push notifications for job #"+id+" with engineId="+engineId);
pushNotifier = Akka.system().scheduler().schedule(
Duration.create(0, TimeUnit.SECONDS),
Duration.create(500, TimeUnit.MILLISECONDS),
Duration.create(1000, TimeUnit.MILLISECONDS),
new Runnable() {
public void run() {
refresh();
Expand Down

0 comments on commit f4f1edf

Please sign in to comment.