Set minutes to 1 for testing.

This commit is contained in:
cake
2025-12-07 02:18:34 +01:00
parent 7c66d4c9cf
commit 16c55d634d

View File

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