From 70c6018665e9aa0e5c8dca5dbb6f29e97ae9a60f Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:27:40 +0100 Subject: [PATCH] Fetch new data every 5 minutes instead of every 2 minutes --- src/main/kotlin/org/notenoughupdates/priceserver/Application.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/notenoughupdates/priceserver/Application.kt b/src/main/kotlin/org/notenoughupdates/priceserver/Application.kt index dad654a..c2645a7 100644 --- a/src/main/kotlin/org/notenoughupdates/priceserver/Application.kt +++ b/src/main/kotlin/org/notenoughupdates/priceserver/Application.kt @@ -41,7 +41,7 @@ val config: ConfigData by lazy { env("POSTGRES_USER"), env("POSTGRES_USER"), env("POSTGRES_PASSWORD"), - 2, + 5, 60, 30, "07:00"