Back to an hourly action

This commit is contained in:
cake
2025-12-07 02:21:48 +01:00
parent 16c55d634d
commit 7748fa6eac

View File

@@ -61,7 +61,7 @@ namespace LightlessSyncServer.Worker
}
//Run task each hour to check for pruning
await Task.Delay(TimeSpan.FromMinutes(1), stoppingToken).ConfigureAwait(false);
await Task.Delay(TimeSpan.FromHours(1), stoppingToken).ConfigureAwait(false);
}
}
}