mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
liteflow.enable-node-instance-id默认为false
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "enable node instance id",
|
||||
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
|
||||
"defaultValue": true
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -26,5 +26,5 @@ liteflow.monitor.queue-limit=200
|
||||
liteflow.monitor.delay=300000
|
||||
liteflow.monitor.period=300000
|
||||
liteflow.enable-monitor-file=false
|
||||
liteflow.enable-node-instance-id=true
|
||||
liteflow.enable-node-instance-id=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user