From 50f826848c2dbf664d88c6993569d1eb281f6125 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 6 Oct 2025 15:05:22 +0200 Subject: 1 --- VegaData/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VegaData/Program.cs') diff --git a/VegaData/Program.cs b/VegaData/Program.cs index e16984d..ee1dad5 100644 --- a/VegaData/Program.cs +++ b/VegaData/Program.cs @@ -49,7 +49,7 @@ class Show class DataWorker(IServiceScopeFactory serviceScopeFactory) : BackgroundService { protected override async Task ExecuteAsync(CancellationToken stoppingToken) { - const int hour = 3600 * 60; + const int hour = 3600 * 60 * 60 * 60; while (!stoppingToken.IsCancellationRequested) { try { await Work(stoppingToken); -- cgit v1.3