Reenable pooling (#14778)

This commit is contained in:
JPVenson
2025-09-12 21:57:33 +02:00
committed by GitHub
parent bca6400bc3
commit a99e67544a
2 changed files with 7 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ public class OptimizeDatabaseTask : IScheduledTask, IConfigurableScheduledTask
yield return new TaskTriggerInfo
{
Type = TaskTriggerInfoType.IntervalTrigger,
IntervalTicks = TimeSpan.FromHours(24).Ticks
IntervalTicks = TimeSpan.FromHours(6).Ticks
};
}