Opened 103 minutes ago

Last modified 77 minutes ago

#36944 assigned Cleanup/optimization

Truncator's docstring state that `MAX_LENGTH_HTML` is enforced but is not, also `truncatechars_html` and `truncatewords_html` should be corrected

Reported by: Natalia Bidart Owned by: Natalia Bidart
Component: Documentation Version: 6.0
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Truncator.MAX_LENGTH_HTML is set to 5,000,000 characters and this limit was used to limit the input size for processing. After a refactor, this limit is no longer enforced so the docs for truncatechars_html and truncatewords_html should be corrected.

Change History (1)

comment:1 by Jacob Walls, 77 minutes ago

Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top