frappe / agent

Works with https://github.com/frappe/press
GNU Affero General Public License v3.0
62 stars 84 forks source link

fix: Apply limit on matching rows, not read rows #102

Closed ankush closed 4 months ago

ankush commented 4 months ago

Binary log browser is unintuitive to use with filters, the "max lines" is applied before filtering.

Since we have bounded size of bin log (100MB per file) just reading everything which is ~= 100MB of text is fine IMO.