On Fri, Oct 01, 2021 at 07:58:11PM +0000, Eric Wong wrote: > Are you running "public-inbox-extindex --all"? > Or relying on "public-inbox-index -E ..."? (which is automatic > for /all/?).
After each repository update, we run:
public-inbox-index --no-update-extindex
And at the end of each grokmirror run, we perform a single:
public-inbox-extindex --all
I believe this is what you suggested a while back to minimize disk thrashing.
-K
