diff options
author | Carl Dong <contact@carldong.me> | 2022-03-17 21:54:40 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-06-28 15:42:40 -0400 |
commit | 716bb5fbd31077bbe99d11a54d6c2c250afc8085 (patch) | |
tree | e645c1e5c83297d4edf0eff2fdecb84e4917e130 /src/protocol.cpp | |
parent | 1ecc77321deb61b9f6888e4e10752b9d972fd26e (diff) |
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Better to be explicit when it comes to sizes to avoid unintentional
bugs. We use MB and KB all over the place.
-BEGIN VERIFY SCRIPT-
find_regex="DEFAULT_(ANCESTOR|DESCENDANT)_SIZE_LIMIT" \
&& git grep -l -E "$find_regex" \
| xargs sed -i -E "s@$find_regex@\0_KVB@g"
-END VERIFY SCRIPT-
Diffstat (limited to 'src/protocol.cpp')
0 files changed, 0 insertions, 0 deletions