add team-buio to provider rotation chain
This commit is contained in:
parent
35d8cb5de6
commit
cdda65f42e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const SWITCH_THRESHOLD = threshIdx !== -1 ? parseFloat(args[threshIdx + 1]) : 0.
|
||||||
|
|
||||||
// Parse --chain
|
// Parse --chain
|
||||||
const chainIdx = args.indexOf('--chain');
|
const chainIdx = args.indexOf('--chain');
|
||||||
const DEFAULT_CHAIN = ['team-vigilio', 'team-ludo', 'team-molto', 'team-nadja'];
|
const DEFAULT_CHAIN = ['team-vigilio', 'team-ludo', 'team-buio', 'team-molto', 'team-nadja'];
|
||||||
const PROVIDER_CHAIN = chainIdx !== -1
|
const PROVIDER_CHAIN = chainIdx !== -1
|
||||||
? args[chainIdx + 1].split(',').map(s => s.trim())
|
? args[chainIdx + 1].split(',').map(s => s.trim())
|
||||||
: DEFAULT_CHAIN;
|
: DEFAULT_CHAIN;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue