mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 03:28:08 +08:00
enhancement #I49JP1 DataBus中SlotSize的大小不支持动态扩展,无法应对高并发下的流量突增
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
liteflow.rule-source=resizeSlot/flow.xml
|
||||
liteflow.slot-size=4
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flow>
|
||||
<chain name="chain1">
|
||||
<then value="a,b,c"/>
|
||||
</chain>
|
||||
</flow>
|
||||
Reference in New Issue
Block a user