Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 9514360

Browse files
committed
#285 Defaulting modulesLoaderThreadCount to 4
Will help avoid deadlocking errors on the modules database
1 parent d4f4a57 commit 9514360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/appdeployer/AppConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public class AppConfig {
116116
private String moduleTimestampsPath = PropertiesModuleManager.DEFAULT_FILE_PATH;
117117
private boolean deleteTestModules = false;
118118
private String deleteTestModulesPattern = "/test/**";
119-
private int modulesLoaderThreadCount = 8;
119+
private int modulesLoaderThreadCount = 4;
120120
private Integer modulesLoaderBatchSize;
121121

122122
private String schemasPath;

0 commit comments

Comments
 (0)