diff --git a/lib/gather/gather.js b/lib/gather/gather.js index b59ba8d..bd9c904 100644 --- a/lib/gather/gather.js +++ b/lib/gather/gather.js @@ -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 };