summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-27 21:12:23 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-27 21:12:23 -0800
commit787b7ae18dbf867660847fb7ce8aa7227c5835a4 (patch)
treeaa89afd2de7fc6bc88f918820b85f6491164fefe /DOC_CHANGES.md
parent91eff901bdad40f91dc5592d76fba7c927f2c03c (diff)
downloadchef-787b7ae18dbf867660847fb7ce8aa7227c5835a4.tar.gz
Update rel notes, doc changes, and changelog for windows service changes
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index cae29adb80..f824d2da30 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -78,3 +78,8 @@ validation key.
The --bootstrap-vault-item, --bootstrap-vault-json, and --bootstrap-vault-file arguments have been added to knife bootstrap providing
three alternative ways to set chef vault items when bootstrapping a host.
+
+## Windows service now has a configurable timeout
+
+You can now set the amount of time a chef-client run is allowed when running the provided windows service. This can be configured by
+setting `windows_service.watchdog_timeout` in your `client.rb` to the number of seconds desired. The default value is 2 hours.