mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 12:57:35 +00:00
cache: More aggressive default
This commit is contained in:
parent
a14163a79d
commit
920cbc9846
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user