Skip to content

Commit 2d18991

Browse files
committed
Reduce batch size to 100,000
1 parent 182e30e commit 2d18991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexers/contacts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ SELECT org_id, id, modified_on, is_active, row_to_json(t) FROM (
150150
FROM contacts_contact
151151
WHERE modified_on >= $1
152152
ORDER BY modified_on ASC
153-
LIMIT 500000
153+
LIMIT 100000
154154
) t;
155155
`
156156

0 commit comments

Comments
 (0)