Skip to content

Commit

Permalink
#2226 changed initial delay for disk check to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshat Aliev committed Feb 6, 2018
1 parent a73b828 commit a31d09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private void initHubRequesters()
CONTAINER_METRIC_SEND_INTERVAL_MIN ), 1, CONTAINER_METRIC_SEND_INTERVAL_MIN, TimeUnit.MINUTES );
//***********
requestorsRunner
.scheduleWithFixedDelay( new ContainerDiskUsageChecker( this, restClient, envManager, localPeer ), 15,
.scheduleWithFixedDelay( new ContainerDiskUsageChecker( this, restClient, envManager, localPeer ), 10,
6 * 60 /* 6 hours */, TimeUnit.MINUTES );
}

Expand Down

0 comments on commit a31d09c

Please sign in to comment.