unbuild making RAD default!

This commit is contained in:
Mark Nadal 2018-07-22 00:12:33 -07:00
parent 7e8d126e8c
commit 4af5aa4709
2 changed files with 2 additions and 2 deletions

2
gun.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -84,7 +84,7 @@ function val(msg, eve, to){
data = tmp.put;
}
if((tmp = eve.wait) && (tmp = tmp[at.id])){ clearTimeout(tmp) }
if(!to && (at.soul || at.link || (link && !(0 < link.ack)))){
if(!to && (u === data || at.soul || at.link || (link && !(0 < link.ack)))){
tmp = (eve.wait = {})[at.id] = setTimeout(function(){
val.call({as:opt}, msg, eve, tmp || 1);
}, opt.wait || 99);