From 8c9b63576578137b93301fb16df8783cd433de4b Mon Sep 17 00:00:00 2001 From: Nic Jackson Date: Wed, 19 Apr 2017 17:15:12 +0100 Subject: [PATCH] Updated autopilot guide to correct synax issue with example config --- website/source/docs/guides/autopilot.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/autopilot.html.markdown b/website/source/docs/guides/autopilot.html.markdown index dd047ad70b..9f0c0689fd 100644 --- a/website/source/docs/guides/autopilot.html.markdown +++ b/website/source/docs/guides/autopilot.html.markdown @@ -30,7 +30,7 @@ bootstrapping the cluster: "cleanup_dead_servers": true, "last_contact_threshold": "200ms", "max_trailing_logs": 250, - "server_stabilization_time": 10s, + "server_stabilization_time": "10s", "redundancy_zone_tag": "az", "disable_upgrade_migration": false }