Introduce new config option for mmap limit.
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index e0a26e9d04857484f07bd49f740e653085129447..816239bea0fbf53852efcb3575995cd5aef7e445 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -196,6 +196,7 @@ extern int warn_ambiguous_refs;
 extern int shared_repository;
 extern const char *apply_default_whitespace;
 extern int zlib_compression_level;
+extern size_t packed_git_limit;
 
 #define GIT_REPO_VERSION 0
 extern int repository_format_version;