We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6817e48 commit a5ab965Copy full SHA for a5ab965
src/info/repo.rs
@@ -46,7 +46,7 @@ impl<'a> Repo<'a> {
46
47
// assure that objects we just traversed are coming from cache
48
// when we read the commit right after.
49
- repo.object_cache_size(128 * 1024);
+ repo.object_cache_size(32 * 1024);
50
51
let mut time_of_most_recent_commit = None;
52
let mut time_of_first_commit = None;
0 commit comments