these new svnkit 1.8.7 properties might help:
(SshHost:)
private static final int CONNECTION_INACTIVITY_TIMEOUT = Integer.parseInt(System.getProperty("svnkit.ssh.connection.inactivity.timeout.secs", "600")) * 1000; // 10 minutes
private static final int MAX_CONCURRENT_OPENERS = Integer.parseInt(System.getProperty("svnkit.ssh.max.concurrent.connection.openers", "3"));
private static final int MAX_SESSIONS_PER_CONNECTION = Integer.parseInt(System.getProperty("svnkit.ssh.max.sessions.per.connection", "8"));
Original issue reported on code.google.com by gabor.pa...@gmail.com on 16 Jan 2015 at 6:01
Original issue reported on code.google.com by
gabor.pa...@gmail.com
on 16 Jan 2015 at 6:01