Closed
Description
In docs.rs, we just found we had very high CPU and IO usage because we had never run git gc
. It would be great if crates-index-diff
ran this automatically, the same way that git
runs git gc
automatically once in a while.
See also rust-lang/docs.rs#778.