🐛 Temporarily disable the entire recycle files service
This commit is contained in:
parent
abd44b8ddb
commit
782cf56927
@ -14,6 +14,7 @@ public class CloudFileUnusedRecyclingJob(
|
||||
{
|
||||
public async Task Execute(IJobExecutionContext context)
|
||||
{
|
||||
return;
|
||||
logger.LogInformation("Deleting unused cloud files...");
|
||||
|
||||
var cutoff = SystemClock.Instance.GetCurrentInstant() - Duration.FromHours(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user