- reduced time-out for socket-connection communication from 20 seconds to 5 seconds. This is a test to find out if the time-out was a cause for problems in metager environments
- turned a fine log entry in case of rejected connections on the server socket into a warning. (look for 'exceeding limit')
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6051 6c8d7289-2bf4-0310-a012-ef5d649a1542
// immediatly close connection if too much sessions are still running
// immediately close connection if too much sessions are still running
if (this.log.isFinest())this.log.logFinest("* connections exceeding limit, closing new incoming connection from "+controlSocket.getRemoteSocketAddress());
this.log.logWarning("* connections ("+this.busySessions.size()+") exceeding limit ("+this.maxBusySessions+"), closing new incoming connection from "+controlSocket.getRemoteSocketAddress());