enhancement #I49JP1 DataBus中SlotSize的大小不支持动态扩展,无法应对高并发下的流量突增

This commit is contained in:
bryan31
2021-09-18 19:09:43 +08:00
parent 945a4f36fa
commit 3fe1e35f45
7 changed files with 156 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
liteflow.rule-source=resizeSlot/flow.xml
liteflow.slot-size=4

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow>
<chain name="chain1">
<then value="a,b,c"/>
</chain>
</flow>