Commit 920cbc98 by Vicent Marti

cache: More aggressive default

parent a14163a7
......@@ -18,7 +18,7 @@
GIT__USE_OIDMAP
bool git_cache__enabled = true;
int64_t git_cache__max_storage = (4 * 1024 * 1024);
int64_t git_cache__max_storage = (256 * 1024 * 1024);
static git_atomic64 git_cache__current_storage = {0};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment