diff options
author | Claire McQuin <claire@getchef.com> | 2014-05-06 15:59:51 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-05-06 15:59:51 -0700 |
commit | 46356acc1290549eba49f35cdd2a82ae56e4718b (patch) | |
tree | d1785de6b572df64ec616bbb27f8ab6ec269395d /DOC_CHANGES.md | |
parent | da7c849754566ec3ecf4709deeab6253a5bde135 (diff) | |
download | chef-46356acc1290549eba49f35cdd2a82ae56e4718b.tar.gz |
update CHANGELOG and DOC_CHANGES
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index b1121e2bf4..ee65736b14 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -4,5 +4,9 @@ This file is reset every time a new release is done. This file describes changes Example Doc Change: ### Headline for the required change Description of the required change. ---> +### --run-lock-timeout for `chef-client` and `solo` +Users can now add a timeout for the maximum time a client run waits on another client run to finish. +The default is to wait indefinitely. +Setting the run lock timeout to 0 causes the second client run to exit immediately. +--> |