|
If you use the svn:// protocol to access a Subversion repository, you may notice that FishEye fails to connect to the repository after a short time of successful operation. On Unix systems, the svn:// protocol is usually handled by inetd or xinetd. These daemons apply, by default, a connection per second limit to incoming connections. Any connections above this rate are rejected by the server. Two options for fixing this problem:
|

Add Comment