Fix: More asynchronous glob operations and graceful-fs.

Hope this fixes the "Error: EMFILE, too many open files" in
NodeInformationRetrievalJob.

See: https://github.com/freifunkhamburg/ffffng/issues/13
This commit is contained in:
baldo 2016-06-21 22:59:37 +02:00
commit 2dc7ad0c23
6 changed files with 70 additions and 39 deletions

View file

@ -32,6 +32,7 @@
"deep-extend": "0.4.1",
"express": "4.14.0",
"glob": "7.0.5",
"graceful-fs": "4.1.4",
"http-auth": "2.4.4",
"http-errors": "1.5.0",
"lodash": "4.13.1",