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
|
@ -28,7 +28,7 @@ if (commandLineOptions.help || !commandLineOptions.config) {
|
|||
}
|
||||
|
||||
|
||||
var fs = require('fs');
|
||||
var fs = require('graceful-fs');
|
||||
var deepExtend = require('deep-extend');
|
||||
|
||||
var defaultConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue