Commits

trestletech authored 53806939522
Use graceful-fs in fsutil. Provides a file queue with an automatic back-off in the event that it encounters EMFILE. This closes #25, though it would still be nice to figure out why onClose() is being called a thousand times (thus opening so many handles).