mirror of
https://github.com/amark/gun.git
synced 2025-10-14 00:59:35 +00:00
do not axe up peers on puts
This commit is contained in:
parent
461bb7990a
commit
9bc25e3647
1
axe.js
1
axe.js
@ -217,6 +217,7 @@
|
|||||||
}
|
}
|
||||||
// TODO: PUTs need to only go to subs!
|
// TODO: PUTs need to only go to subs!
|
||||||
if(msg.put){
|
if(msg.put){
|
||||||
|
mesh.say(msg, axe.up); // always send gets up! Hope that mesh.say below dedups via DAM's check.
|
||||||
var S = (+new Date); // STATS!
|
var S = (+new Date); // STATS!
|
||||||
var routes = axe.routes || (axe.routes = {}); // USE RAD INSTEAD! TMP TESTING!
|
var routes = axe.routes || (axe.routes = {}); // USE RAD INSTEAD! TMP TESTING!
|
||||||
var peers = {};
|
var peers = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user