Auto pruning of Syncshell, Added group count in DTO of group. Changed database to add prune days. Metrics added for auto prune enabled syncshells. #36

Merged
defnotken merged 15 commits from auto-prune-syncshell into master 2025-12-09 04:37:42 +00:00
Showing only changes of commit 16c55d634d - Show all commits

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);
}
}
}