Prevent needless retention of node status messages

This commit is contained in:
Nick O'Leary
2020-11-16 21:04:38 +00:00
parent 42f3b70a22
commit 6ea978d83d
5 changed files with 50 additions and 17 deletions

View File

@@ -33,8 +33,6 @@ var activeConnections = [];
var anonymousUser;
var retained = {};
var heartbeatTimer;
var lastSentTime;