diff --git a/indexers/contacts.go b/indexers/contacts.go index 727a0fb..46d31f8 100644 --- a/indexers/contacts.go +++ b/indexers/contacts.go @@ -150,7 +150,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; `