Skip to content

Commit

Permalink
restored the polling interval for download tasks monitoring to the
Browse files Browse the repository at this point in the history
configured value. #11057
  • Loading branch information
landreev committed Dec 28, 2024
1 parent 2933b77 commit 5c3c554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void init() {

// A separate monitoring service for ongoing download tasks:
this.scheduler.scheduleWithFixedDelay(this::checkOngoingDownloadTasks,
0, 13 /*pollingInterval*/,
0, pollingInterval,
TimeUnit.SECONDS);

} else {
Expand Down

0 comments on commit 5c3c554

Please sign in to comment.