Optimize the slot order in DefaultSlotChainBuilder (#1056)
This commit is contained in:
parent
582f32c35b
commit
4e55a6a749
|
|
@ -42,8 +42,8 @@ public class DefaultSlotChainBuilder implements SlotChainBuilder {
|
|||
chain.addLast(new ClusterBuilderSlot());
|
||||
chain.addLast(new LogSlot());
|
||||
chain.addLast(new StatisticSlot());
|
||||
chain.addLast(new SystemSlot());
|
||||
chain.addLast(new AuthoritySlot());
|
||||
chain.addLast(new SystemSlot());
|
||||
chain.addLast(new FlowSlot());
|
||||
chain.addLast(new DegradeSlot());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue