Skip to content

Commit

Permalink
Merge pull request #2241 from subutai-io/base-2226
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshat authored Feb 6, 2018
2 parents 95baeaa + c16cacc commit f3f760f
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 f3f760f

Please sign in to comment.