You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2015/02/05 19:31:26 UTC

mesos git commit: Changed default disk quota check interval to be 15 seconds.

Repository: mesos
Updated Branches:
  refs/heads/master 6f20918f3 -> 17285e778


Changed default disk quota check interval to be 15 seconds.

Review: https://reviews.apache.org/r/30682


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/17285e77
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/17285e77
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/17285e77

Branch: refs/heads/master
Commit: 17285e778f545a38cbe2f2a02f645b6d19b9d5a7
Parents: 6f20918
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Feb 5 10:29:46 2015 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Feb 5 10:29:55 2015 -0800

----------------------------------------------------------------------
 src/slave/flags.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/17285e77/src/slave/flags.hpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.hpp b/src/slave/flags.hpp
index facf6d3..53a6934 100644
--- a/src/slave/flags.hpp
+++ b/src/slave/flags.hpp
@@ -385,7 +385,7 @@ public:
         "container_disk_watch_interval",
         "The interval between disk quota checks for containers. This flag is\n"
         "used for the 'posix/disk' isolator.",
-        Seconds(30));
+        Seconds(15));
 
     add(&Flags::enforce_container_disk_quota,
         "enforce_container_disk_quota",