Optimize the slot order in DefaultSlotChainBuilder (#1056)

This commit is contained in:
windWheel 2019-09-23 09:45:22 +08:00 committed by Eric Zhao
parent 582f32c35b
commit 4e55a6a749
1 changed files with 1 additions and 1 deletions

View File

@ -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());