Skip to content

Commit

Permalink
#2226 increased initial delay for disk check to 3 minutes to let Cons…
Browse files Browse the repository at this point in the history
…ole initialize
  • Loading branch information
Dilshat Aliev committed Feb 6, 2018
1 parent 94e9a78 commit c16cacc
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 ), 1,
.scheduleWithFixedDelay( new ContainerDiskUsageChecker( this, restClient, envManager, localPeer ), 3,
6 * 60 /* 6 hours */, TimeUnit.MINUTES );
}

Expand Down

0 comments on commit c16cacc

Please sign in to comment.