Skip to content

Commit 0488991

Browse files
committed
Merge branch 'main' into drop_dup_fields
2 parents 1b239fd + 37d969b commit 0488991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
v7.3.5
22
----------
3-
* Lower batch size to 100000 and log batch progress during rebuilds
3+
* Log batch progress during rebuilds
44

55
v7.3.4
66
----------

indexers/contacts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ SELECT org_id, id, modified_on, is_active, row_to_json(t) FROM (
148148
FROM contacts_contact
149149
WHERE modified_on >= $1
150150
ORDER BY modified_on ASC
151-
LIMIT 100000
151+
LIMIT 500000
152152
) t;
153153
`
154154

0 commit comments

Comments
 (0)