Re: [PATCH 1/8] t: fix races caused by background maintenance
Stefan Haller <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On 10.08.26 15:55, Patrick Steinhardt wrote: > Does the issue go away if you set `maintenance.geometric-repack.auto=6700`? > If yes, I'd propose to simply change that default to be in line with > what git-gc(1) uses. I'm afraid it would take me too long to find out; the issue occurred sporadically on CI, so I'm not sure how many CI runs I'd have to trigger on a branch to be reasonably sure it doesn't reoccur with that setting. (And I'd prefer not to make that change on main, I'm quite happy with my current solution that's guaranteed stable.) Stefan