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
parent bb8d958ad5
commit 2dc7ad0c23
6 changed files with 70 additions and 39 deletions
server/db

View file

@ -1,7 +1,7 @@
'use strict';
var async = require('async');
var fs = require('fs');
var fs = require('graceful-fs');
var glob = require('glob');
var path = require('path');