Util: Tune patch-fast extent sizes

This commit is contained in:
Vicki Pfau 2017-04-28 23:45:08 -07:00
parent ce970fc863
commit 32d2e3d03e
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ Misc:
- Qt: Make "Mute" able to be bound to a key
- Qt: Add .gb/.gbc files to the extension list in Info.plist
- Feature: Make -l option explicit
- Util: Tune patch-fast extent sizes
0.5.2: (2016-12-31)
Bugfixes:

View File

@ -11,7 +11,7 @@
#include "util/patch.h"
#include "util/vector.h"
#define PATCH_FAST_EXTENT 256
#define PATCH_FAST_EXTENT 128
struct PatchFastExtent {
size_t length;