fix init
This commit is contained in:
parent
6fca0c8f86
commit
e4600da176
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user