mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
increase live activity batch size
This commit is contained in:
parent
ab93194e0d
commit
030b73e493
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ func enqueueLiveActivities(ctx context.Context, logger *zap.Logger, pool *pgxpoo
|
|||
WHERE next_check_at < $1
|
||||
ORDER BY next_check_at
|
||||
FOR UPDATE SKIP LOCKED
|
||||
LIMIT 100
|
||||
LIMIT 1000
|
||||
)
|
||||
RETURNING live_activities.apns_token`
|
||||
|
||||
|
|
Loading…
Reference in a new issue