From: Lady <redacted>
Date: Wed, 31 Jan 2024 05:34:32 +0000 (-0500)
Subject: Reduce the strength of magic matches
X-Git-Tag: 0.5.0~8
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/6a2e42ac0e7daa97ee0aecc72ddcff9b288470e2?hp=6a2e42ac0e7daa97ee0aecc72ddcff9b288470e2

Reduce the strength of magic matches

The strength of magic matches is based on the length of the first line.
Boost this by `100` by default, but add an additional `10` for each
byte in additional match lines. This should provide a more comfortable
set of default strengths to work with.
---