From 32d2e3d03e9fd8e3ee556cf2babc1b33eb3d29d5 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 28 Apr 2017 23:45:08 -0700 Subject: [PATCH] Util: Tune patch-fast extent sizes --- CHANGES | 1 + src/util/patch-fast.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index aab94343c..45ed22e36 100644 --- a/CHANGES +++ b/CHANGES @@ -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: diff --git a/src/util/patch-fast.h b/src/util/patch-fast.h index 34988160c..88d3e33c6 100644 --- a/src/util/patch-fast.h +++ b/src/util/patch-fast.h @@ -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;