Skip to content

Commit

Permalink
Restore batch size to 500000
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Apr 6, 2022
1 parent 856d66e commit c00bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexers/contacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ SELECT org_id, id, modified_on, is_active, row_to_json(t) FROM (
FROM contacts_contact
WHERE modified_on >= $1
ORDER BY modified_on ASC
LIMIT 100000
LIMIT 500000
) t;
`

Expand Down

0 comments on commit c00bed3

Please sign in to comment.