Skip to content
Snippets Groups Projects
Commit 02794bd1 authored by capossele's avatar capossele
Browse files

:beers: analysis server keeps offline nodes

parent 8ae11a7e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ func Configure(plugin *node.Plugin) {
lock.Lock()
defer lock.Unlock()
delete(nodes, nodeId)
//delete(nodes, nodeId)
nodes[nodeId] = false
}))
server.Events.NodeOnline.Attach(events.NewClosure(func(nodeId string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment