Fix async chat actions and channel sync
This commit is contained in:
@@ -68,7 +68,7 @@ public sealed class MaxOutboxService(
|
||||
.Where(chat => IsChatActionDue(chat, now))
|
||||
.OrderBy(chat => chat.PendingMaxActionRequestedAt ?? chat.UpdatedAt)
|
||||
.ThenBy(chat => chat.Id)
|
||||
.Take(1)
|
||||
.Take(10)
|
||||
.ToList();
|
||||
|
||||
var processed = 0;
|
||||
|
||||
Reference in New Issue
Block a user