Rearranging PPLNS and solo port ordering.
This commit is contained in:
parent
ca2756c716
commit
aa0353868c
1 changed files with 3 additions and 3 deletions
|
|
@ -25,15 +25,15 @@ app.use(bodyParser.urlencoded({extended: false}));
|
|||
app.use(bodyParser.json());
|
||||
|
||||
let pool_list = [];
|
||||
if(global.config.pplns.enable === true){
|
||||
pool_list.push('pplns');
|
||||
}
|
||||
if(global.config.pps.enable === true){
|
||||
pool_list.push('pps');
|
||||
}
|
||||
if(global.config.solo.enable === true){
|
||||
pool_list.push('solo');
|
||||
}
|
||||
if(global.config.pplns.enable === true){
|
||||
pool_list.push('pplns');
|
||||
}
|
||||
|
||||
// ROUTES FOR OUR API
|
||||
// =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue