diff --git a/match_collector/index.ts b/match_collector/index.ts index cbdf8a2..2ed8df4 100644 --- a/match_collector/index.ts +++ b/match_collector/index.ts @@ -1,6 +1,6 @@ const base = "https://euw1.api.riotgames.com" const api_key = process.env.RIOT_API_KEY -const sleep_minutes = 3 +const sleep_minutes = 12 import { MongoClient } from 'mongodb'