diff --git a/Iceshrimp.Backend/Core/Services/QueueService.cs b/Iceshrimp.Backend/Core/Services/QueueService.cs index 6d3bbfa8..b3db476b 100644 --- a/Iceshrimp.Backend/Core/Services/QueueService.cs +++ b/Iceshrimp.Backend/Core/Services/QueueService.cs @@ -246,7 +246,7 @@ public class PostgresJobQueue( p.WorkerId != null && !db.Workers.Any(w => w.Id == p.WorkerId && w.Heartbeat > - DateTime.UtcNow - TimeSpan.FromSeconds(60)))), + DateTime.UtcNow - TimeSpan.FromSeconds(45)))), token); var actualParallelism = Math.Min(parallelism - runningCount, queuedCount);