Default repositoryConnectionPoolSize set to 240

This commit is contained in:
CalDescent 2023-05-24 19:47:25 +01:00
parent 0b50f965cc
commit b967800a3e

View File

@ -267,7 +267,7 @@ public class Settings {
/** Repository storage path. */
private String repositoryPath = "db";
/** Repository connection pool size. Needs to be a bit bigger than maxNetworkThreadPoolSize */
private int repositoryConnectionPoolSize = 100;
private int repositoryConnectionPoolSize = 240;
private List<String> fixedNetwork;
// Export/import