Reduce vote time to 60s

This commit is contained in:
Chris Blanchard 2015-09-27 12:11:54 +01:00
parent 85815293b6
commit 953dbded23

View file

@ -27,7 +27,7 @@ function Gather (options) {
this.gatherers = [];
this.REGATHER_THRESHOLD = 8;
this.election = {
INTERVAL: 120000, // 2 mins
INTERVAL: 60000, // 1 Minute
startTime: null,
timer: null
};