Skip to content

Commit

Permalink
Merge branch 'main' into drop_dup_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Apr 6, 2022
2 parents 1b239fd + 37d969b commit 0488991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v7.3.5
----------
* Lower batch size to 100000 and log batch progress during rebuilds
* Log batch progress during rebuilds

v7.3.4
----------
Expand Down
2 changes: 1 addition & 1 deletion indexers/contacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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 0488991

Please sign in to comment.