Skip to content

Commit

Permalink
increase interval for task status update
Browse files Browse the repository at this point in the history
30sec
  • Loading branch information
garanews authored Jan 9, 2024
1 parent a602915 commit 03584f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orochi/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
$("#tasks_running").html(data.running);
}
)
}, 2000);
}, 30000);

// ABOUT
$(document).on("click", "#about", function () {
Expand Down

0 comments on commit 03584f6

Please sign in to comment.