This commit is contained in:
Mark Nadal 2020-01-07 18:16:32 -08:00
parent e4b4611856
commit 2a450bf3cc

View File

@ -276,7 +276,9 @@
}
g.ack = function(as){
if(!as.ack){ return }
var S = +new Date;
var key = as.key, o = as.opt, info = g.info, rad = g.disk || noop, data = r.range(rad(key), o), last = rad.last || Radix.map(rad, rev, revo);
LOG && opt.log(S, +new Date - S, 'rad range read', key, o);
o.parsed = (o.parsed || 0) + (info.parsed||0);
o.chunks = (o.chunks || 0) + 1;
o.more = true;