summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/create_path.rb
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 /lib/chef/mixin/create_path.rb
parentd73d0cb8166c2839944cdd9a048f5b7474f62ba7 (diff)
downloadchef-8bad4e917ac4f0da4cc6b3585bad17e66d6993df.tar.gz
Decrease number of default threads
Diffstat (limited to 'lib/chef/mixin/create_path.rb')
-rw-r--r--lib/chef/mixin/create_path.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/mixin/create_path.rb b/lib/chef/mixin/create_path.rb
index ff20a65cb1..547224dda9 100644
--- a/lib/chef/mixin/create_path.rb
+++ b/lib/chef/mixin/create_path.rb
@@ -54,8 +54,8 @@ class Chef
def create_dir(path)
begin
- # In multithreaded environments, the following interleaving raises
- # an error here:
+ # When doing multithreaded downloads into the file cache, the following
+ # interleaving raises an error here:
#
# thread1 thread2
# File.directory?(create_path) <- false