Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pack-objects.h')
-rw-r--r--pack-objects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pack-objects.h b/pack-objects.h
index e5456c6c89..edf74dabdd 100644
--- a/pack-objects.h
+++ b/pack-objects.h
@@ -3,6 +3,8 @@
#include "object-store.h"
+#define DEFAULT_DELTA_CACHE_SIZE (256 * 1024 * 1024)
+
#define OE_DFS_STATE_BITS 2
#define OE_DEPTH_BITS 12
#define OE_IN_PACK_BITS 10