diff --git a/dev/fixProMatches.mts b/dev/fixProMatches.mts index da3e7bb05..c62ba8c7d 100644 --- a/dev/fixProMatches.mts +++ b/dev/fixProMatches.mts @@ -22,5 +22,5 @@ for (let i = 0; i < rows.length; i++) { await insertMatch(match, { type: 'api' }); } } - await new Promise(resolve => setTimeout(resolve, 1000)); + await new Promise(resolve => setTimeout(resolve, 500)); } diff --git a/util/utility.ts b/util/utility.ts index 7482f68e6..542256637 100644 --- a/util/utility.ts +++ b/util/utility.ts @@ -371,7 +371,7 @@ export function isProMatch(match: ApiMatch) { return Boolean( isSignificant(match) && match.leagueid && - match.human_players === 10 && + // match.human_players === 10 && (match.game_mode === 0 || match.game_mode === 1 || match.game_mode === 2 ||