瀏覽代碼

Optimize the slot order in DefaultSlotChainBuilder (#1056)

master
windWheel Eric Zhao 5 年之前
父節點
當前提交
4e55a6a749
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/DefaultSlotChainBuilder.java

+ 1
- 1
sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/DefaultSlotChainBuilder.java 查看文件

@@ -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…
取消
儲存