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:
parent
bb8d958ad5
commit
2dc7ad0c23
6 changed files with 70 additions and 39 deletions
server
|
@ -17,7 +17,7 @@
|
|||
lib('async');
|
||||
lib('crypto');
|
||||
lib('deepExtend', 'deep-extend');
|
||||
lib('fs');
|
||||
lib('fs', 'graceful-fs');
|
||||
lib('glob');
|
||||
lib('moment');
|
||||
lib('request');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue