mirror of
https://github.com/thomiceli/opengist.git
synced 2026-08-07 07:14:49 +00:00
8dce010592
* fix(git): stop unbounded diff content growth for large files parseDiffContent's per-file truncation counter was declared but never incremented, so the byte cap on diff content never triggered resulting in performance degradation for large files. * Fix remaining bytes --------- Co-authored-by: Thomas Miceli <tho.miceli@gmail.com>