forked from Qortal/qortal
Default repositoryConnectionPoolSize set to 240
This commit is contained in:
parent
0b50f965cc
commit
b967800a3e
@ -267,7 +267,7 @@ public class Settings {
|
|||||||
/** Repository storage path. */
|
/** Repository storage path. */
|
||||||
private String repositoryPath = "db";
|
private String repositoryPath = "db";
|
||||||
/** Repository connection pool size. Needs to be a bit bigger than maxNetworkThreadPoolSize */
|
/** Repository connection pool size. Needs to be a bit bigger than maxNetworkThreadPoolSize */
|
||||||
private int repositoryConnectionPoolSize = 100;
|
private int repositoryConnectionPoolSize = 240;
|
||||||
private List<String> fixedNetwork;
|
private List<String> fixedNetwork;
|
||||||
|
|
||||||
// Export/import
|
// Export/import
|
||||||
|
Loading…
x
Reference in New Issue
Block a user