HomePhorge

Reduce Maniphest fulltext limit from PHP_INT_MAX to 10k

Description

Reduce Maniphest fulltext limit from PHP_INT_MAX to 10k

Summary:
PHP_INT_MAX is rejected by ElasticSearch since it's outside of the representable integer range (see: https://gist.github.com/JustinTulloss/c4ac0e1c93d6d1e91744).

Just use 10K, as matching more than 10K results probably isn't useful to anyone.

Test Plan: Confirmed this fixes the issue in IRC. Ran a fulltext search.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7097

Details

Provenance
epriestleyAuthored on Sep 24 2013, 10:50 AM
themackabuPushed on Mar 25 2025, 8:07 PM
Parents
rP6b245c0665f4: Further smooth "Add CC" interaction in Maniphest
Branches
Unknown
Tags
Unknown

Event Timeline