improved peer propagation chart

This commit is contained in:
cubedro
2015-04-06 17:56:48 +03:00
parent 7b172df9dd
commit b173cbbcac
3 changed files with 26 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ var Node = function Node(data)
uptime: 0,
lastUpdate: 0
};
this.blockHistory = [];
this.blockHistory = Array(MAX_HISTORY);
this.uptime = {
started: null,
history: []