Skip to content

Commit

Permalink
Merge pull request #2242 from subutai-io/sysnet
Browse files Browse the repository at this point in the history
Sysnet
  • Loading branch information
Dilshat authored Feb 6, 2018
2 parents ed7769e + f3f760f commit ce289e0
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 ce289e0

Please sign in to comment.