gitweb: Fix git_patchset_body not closing <div class="patch">
[gitweb.git] / environment.c
index e559fd69c7e4825e92c9540c78b0cf4de43467f3..09976c7bf63a2a1f77854f8157d430c00c0e3473 100644 (file)
@@ -23,8 +23,8 @@ char *git_log_output_encoding;
 int shared_repository = PERM_UMASK;
 const char *apply_default_whitespace;
 int zlib_compression_level = Z_DEFAULT_COMPRESSION;
-size_t packed_git_window_size = 32 * 1024 * 1024;
-size_t packed_git_limit = 256 * 1024 * 1024;
+size_t packed_git_window_size = DEFAULT_PACKED_GIT_WINDOW_SIZE;
+size_t packed_git_limit = DEFAULT_PACKED_GIT_LIMIT;
 int pager_in_use;
 int pager_use_color = 1;