summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-15 12:01:44 -0700
committerClaire McQuin <claire@getchef.com>2014-05-15 12:01:44 -0700
commit8bad4e917ac4f0da4cc6b3585bad17e66d6993df (patch)
treef66344ac295175f572b422f58c1bb4d9942a01dc /DOC_CHANGES.md
parentd73d0cb8166c2839944cdd9a048f5b7474f62ba7 (diff)
downloadchef-8bad4e917ac4f0da4cc6b3585bad17e66d6993df.tar.gz
Decrease number of default threads
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 01227ff4a6..00d15f7b18 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -36,4 +36,4 @@ You can now modify the chef-full template with the following options in `knife b
### Parallelize cookbook synchronization
-You can now synchronize your cookbooks faster by parallelizing the process. You can specify the number of helper threads in your config file with `cookbook_sync_threads NUM_THREADS`.
+You can now synchronize your cookbooks faster by parallelizing the process. You can specify the number of helper threads in your config file with `cookbook_sync_threads NUM_THREADS`. The default is 10. Increasing `NUM_THREADS` can result in gateway errors from the chef server (namely 503 and 504). If you are experiencing these often, consider decreasing `NUM_THREADS` to fewer than default.