|
@@ -179,6 +179,27 @@
|
|
|
"description": "Set file change monitoring.",
|
|
|
"sourceType": "com.yomahub.liteflow.springboot.LiteflowMonitorProperty",
|
|
|
"defaultValue": false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "liteflow.parallel-max-workers",
|
|
|
+ "type": "java.lang.Integer",
|
|
|
+ "description": "Set the async thread pool worker max-size on \" parallel-loop \" mode.",
|
|
|
+ "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
|
|
|
+ "defaultValue": 16
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "liteflow.parallel-queue-limit",
|
|
|
+ "type": "java.lang.Integer",
|
|
|
+ "description": "Set the async thread pool queue max-size on \" parallel-loop \" mode.",
|
|
|
+ "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
|
|
|
+ "defaultValue": 512
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "liteflow.parallel-loop-executor-class",
|
|
|
+ "type": "java.lang.String",
|
|
|
+ "description": "Custom thread pool implement for parallel-loop executor.",
|
|
|
+ "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
|
|
|
+ "defaultValue": "com.yomahub.liteflow.thread.LiteFlowDefaultParallelLoopExecutorBuilder"
|
|
|
}
|
|
|
]
|
|
|
}
|