Repository: mesos Updated Branches: refs/heads/master de0307cb8 -> c6643f71c
Removed duplicate --slave_removal_rate_limit entry in configuration.md Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c6643f71 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c6643f71 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c6643f71 Branch: refs/heads/master Commit: c6643f71c49f56aa6f5632a162fb05e3004a4aba Parents: de0307c Author: Adam B <[email protected]> Authored: Thu Mar 26 22:21:18 2015 -0700 Committer: Adam B <[email protected]> Committed: Thu Mar 26 22:22:20 2015 -0700 ---------------------------------------------------------------------- docs/configuration.md | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c6643f71/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index 7119b14..54c4e31 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -456,18 +456,6 @@ file:///path/to/file (where file contains one of the above)</code></pre> </tr> <tr> <td> - --slave_removal_rate_limit=VALUE - </td> - <td> - The maximum rate (e.g., 1/10mins, 2/3hrs, etc) at which slaves will - be removed from the master when they fail health checks. By default - slaves will be removed as soon as they fail the health checks. - <p/> - The value is of the form 'Number of slaves'/'Duration' - </td> - </tr> - <tr> - <td> --registry=VALUE </td> <td>
