From a6de8d7a5570988a43604e9d6ef5f5ca9cdecce6 Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Sun, 2 Feb 2025 14:14:01 +0100 Subject: [PATCH] Updated API sleep minutes for new key :) --- match_collector/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'