diff options
author | Carl Dong <contact@carldong.me> | 2022-05-18 12:12:04 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-06-22 18:18:56 -0400 |
commit | ccbaf546a68d6cda8ed3efd0598c0e4121b366bb (patch) | |
tree | 5c810ca46787004d3386f66abb073b042ad5bb55 /COPYING | |
parent | fc02f77ca604f0221171bfde3059b34f5d0fb1cd (diff) |
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE 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_MAX_MEMPOOL_SIZE" \
&& git grep -l -E "$find_regex" \
| xargs sed -i -E "s@$find_regex@\0_MB@g"
-END VERIFY SCRIPT-
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions