Increase the pipe buffer size.
commita352bda010a148d563a40a939ded2c5f9e558af9
authorJohannes Sixt <johannes.sixt@telecom.at>
Thu, 1 Mar 2007 15:02:23 +0000 (1 16:02 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Tue, 6 Mar 2007 08:26:40 +0000 (6 09:26 +0100)
tree3217c79dfd29660faa900fb8cd7b0a2a7a60921d
parent3724812944c65714216ecdb87835835cf12f8870
Increase the pipe buffer size.

It commonly happens that git-fetch-pack and git-upload-pack hit a deadlock
in the initial commit id exchange, such that both try to write to the
other end, but do not succeed. I have the suspicion that the reason is
that both ends fill the pipe, but don't read.

Increasing the pipe buffer helps, but is this the real cure?
compat/mingw.c