Don't think so. The issue is not timing-related. I've seen a failure
every 1000 requests, which suggests to me that it's hitting the
MaxKeepAliveRequests limit configured on the server.
Actually, that's exactly what this patch should fix. git-svn restarts a
child every 1000 revisions to avoid memory usage from going through the
roof.