mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-13 00:24:28 +00:00
Reduce vote time to 60s
This commit is contained in:
parent
85815293b6
commit
953dbded23
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function Gather (options) {
|
||||||
this.gatherers = [];
|
this.gatherers = [];
|
||||||
this.REGATHER_THRESHOLD = 8;
|
this.REGATHER_THRESHOLD = 8;
|
||||||
this.election = {
|
this.election = {
|
||||||
INTERVAL: 120000, // 2 mins
|
INTERVAL: 60000, // 1 Minute
|
||||||
startTime: null,
|
startTime: null,
|
||||||
timer: null
|
timer: null
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue