This commit is contained in:
Matias Alejo Garcia 2016-02-17 16:06:15 -03:00
parent 6fca0c8f86
commit e4600da176

View File

@ -128,7 +128,7 @@ var logtime = function(str, reset) {
console.log('TIME:', str, ": ", Date.now() - stime);
};
var cache = [];
var cache = {};
exports.multitxs = function(req, res, next) {
if (!checkSync(req, res)) return;
//logtime('Start', 1);