We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb15afc commit ca9a2b9Copy full SHA for ca9a2b9
src/com/xxdb/DBConnection.java
@@ -39,7 +39,7 @@ public class DBConnection {
39
private static final int MAX_FORM_VALUE = Entity.DATA_FORM.values().length - 1;
40
private static final int MAX_TYPE_VALUE = Entity.DATA_TYPE.DT_DECIMAL128_ARRAY.getValue();
41
private static final int DEFAULT_PRIORITY = 4;
42
- private static final int DEFAULT_PARALLELISM = 2;
+ private static final int DEFAULT_PARALLELISM = 64;
43
44
private ReentrantLock mutex_;
45
private DBConnectionImpl conn_;
0 commit comments