mirror of
https://github.com/amark/gun.git
synced 2025-06-03 20:56:43 +00:00
tmp
This commit is contained in:
parent
e4b4611856
commit
2a450bf3cc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user