diff options
Diffstat (limited to 'VegaData/Program.cs')
| -rw-r--r-- | VegaData/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
