UI Anpassungen

This commit is contained in:
2025-10-03 01:39:15 +02:00
parent 2e9d41fe60
commit 69dd73a079
4 changed files with 31 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ public class DatabaseCheck : BackgroundService
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
var timer = new PeriodicTimer(TimeSpan.FromSeconds(1800));
var timer = new PeriodicTimer(TimeSpan.FromSeconds(30));
while (await timer.WaitForNextTickAsync(stoppingToken))
{