You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2017/02/24 02:34:33 UTC

[3/3] mesos git commit: Updated configuration.md for --http_heartbeat_interval.

Updated configuration.md for --http_heartbeat_interval.

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


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

Branch: refs/heads/master
Commit: f6d079d719140e9568012a5a0dbea680a1acc2fc
Parents: 983154c
Author: Adam B <ad...@mesosphere.io>
Authored: Wed Feb 22 01:22:56 2017 -0800
Committer: Adam B <ad...@mesosphere.io>
Committed: Thu Feb 23 18:24:00 2017 -0800

----------------------------------------------------------------------
 docs/configuration.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f6d079d7/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index b3e1f8e..9f74740 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1513,6 +1513,18 @@ production yet. (default: false)
 </tr>
 <tr>
   <td>
+    --http_heartbeat_interval=VALUE
+  </td>
+  <td>
+This flag sets a heartbeat interval (e.g. '5secs', '10mins') for
+messages to be sent over persistent connections made against
+the agent HTTP API. Currently, this only applies to the
+<code>LAUNCH_NESTED_CONTAINER_SESSION</code> and <code>ATTACH_CONTAINER_OUTPUT</code> calls.
+(default: 30secs)
+  </td>
+</tr>
+<tr>
+  <td>
     --image_providers=VALUE
   </td>
   <td>