This commit is contained in:
Mark Nadal 2020-01-07 17:57:30 -08:00
parent 6eab251438
commit e4b4611856

View File

@ -270,8 +270,9 @@
if(disk){ RAD = g.disk = disk }
disk = Q[g.file]; delete Q[g.file];
LOG && opt.log(S, +new Date - S, 'rad read in, ack', disk.length); S = +new Date;
var STMP = disk.length;
map(disk, g.ack);
LOG && opt.log(S, +new Date - S, 'rad read acked');
LOG && opt.log(S, +new Date - S, 'rad read acked', STMP, g.file);
}
g.ack = function(as){
if(!as.ack){ return }