This commit is contained in:
Mark Nadal
2020-01-07 20:13:51 -08:00
parent ccea6a030c
commit 787ea543b4

1
gun.js
View File

@@ -636,6 +636,7 @@
if(it && opt.age > (now - it.was)){ return }
Type.obj.del(dup.s, id);
});
console.log("DUP CLEANUP", +new Date - now); // DELETE THIS!!
dup.to = null;
}, opt.age + 9);
}