Skip to content

Commit

Permalink
Change limit for get contacts for 100000
Browse files Browse the repository at this point in the history
  • Loading branch information
matmsa27 authored Jan 15, 2023
1 parent 19987a6 commit 5c7bf27
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 @@ -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 500000
LIMIT 100000
) t;
`

Expand Down

0 comments on commit 5c7bf27

Please sign in to comment.