From 2c6c66eb88f6ea35c91bc0308c62835fb5322262 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 28 Jan 2023 15:24:59 +0100 Subject: [PATCH] Update Cron 20 Seconds to 20 Minutes More Information https://de.wikipedia.org/wiki/Cron --- api.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api.json b/api.json index a3f9672..bc60269 100644 --- a/api.json +++ b/api.json @@ -65,13 +65,13 @@ "luckWindow": [64, 128, 256], "payments": 30, "blocks": 50, - "poolCharts":"*/20 * * * *", + "poolCharts":":"0 */20 * * * *", "poolChartsNum":74, - "minerCharts":"*/20 * * * *", + "minerCharts":"0 */20 * * * *", "minerChartsNum":74, - "netCharts":"*/20 * * * *", + "netCharts":"0 */20 * * * *", "netChartsNum":74, - "shareCharts":"*/20 * * * *", + "shareCharts":"0 */20 * * * *", "shareChartsNum":74 },