filequeue
filequeue copied to clipboard
Drop-in Replacement for `fs` that avoids `Error: EMFILE, too many open files`
Results
5
filequeue issues
Sort by
recently updated
recently updated
newest added
https://nodejs.org/docs/v0.10.15/api/fs.html#fs_fs_appendfile_filename_data_options_callback
Hi, Is there a TypeScript type definition for this module? Thanks
There was a "EMFILE: too many open files..." error with Jade and Jade-brunch plugin, so I changed `fs` to `filequeue`. It works for me, but as the author says, there...