mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +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.REGATHER_THRESHOLD = 8;
|
||||
this.election = {
|
||||
INTERVAL: 120000, // 2 mins
|
||||
INTERVAL: 60000, // 1 Minute
|
||||
startTime: null,
|
||||
timer: null
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue