Skip to content

Commit 3bc4b1d

Browse files
committed
increase batch size to 500k
1 parent 98edf78 commit 3bc4b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ SELECT org_id, id, modified_on, is_active, row_to_json(t) FROM (
399399
FROM contacts_contact
400400
WHERE is_test = FALSE AND modified_on >= $1
401401
ORDER BY modified_on ASC
402-
LIMIT 10000
402+
LIMIT 500000
403403
) t;
404404
`
405405

0 commit comments

Comments
 (0)