Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

missing mkdirRecursive #89

Open
jkryl opened this issue Jul 14, 2014 · 0 comments
Open

missing mkdirRecursive #89

jkryl opened this issue Jul 14, 2014 · 0 comments

Comments

@jkryl
Copy link

jkryl commented Jul 14, 2014

Normally mkdir is fast operation which can be executed synchronously without blocking event loop for too long time, but this holds only for "local filesystems". When trying to use wrench on a disk exported through iSCSI the delays can get noticeably longer and one needs to switch to async methods. I have a simple fix implementing mkdirRecursive function (only this function because that's the only function I'm using in my app from wrench). I will submit a pull request shortly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant