1
0
Fork 0

sync: fix connection error on macOS for interleaved sync

Bug: 377538810
Test: on macos, repo sync -j64
Change-Id: I6af4d4e6669dc882f165cbb9142ad4db9b346b73
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/494241
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Kuang-che Wu <kcwu@google.com>
Tested-by: Kuang-che Wu <kcwu@google.com>
This commit is contained in:
Kuang-che Wu 2025-07-25 16:10:41 +08:00 committed by LUCI
parent 7f7d70efe4
commit d3eec0acdd

View file

@ -2582,6 +2582,7 @@ later is required to fix a server side protocol bug.
callback=callback, callback=callback,
output=pm, output=pm,
chunksize=1, chunksize=1,
initializer=self.InitWorker,
): ):
err_event.set() err_event.set()