You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/06/02 02:50:50 UTC

[incubator-shenyu] branch master updated: [type: refactor] reset cache plugin sort. (#3473)

This is an automated email from the ASF dual-hosted git repository.

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 16b3f7785 [type: refactor] reset cache plugin sort. (#3473)
16b3f7785 is described below

commit 16b3f778507845b662ab6ab5fde856e90b52f64d
Author: Qicz <qi...@gmail.com>
AuthorDate: Thu Jun 2 10:50:44 2022 +0800

    [type: refactor] reset cache plugin sort. (#3473)
---
 .../src/main/java/org/apache/shenyu/common/enums/PluginEnum.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shenyu-common/src/main/java/org/apache/shenyu/common/enums/PluginEnum.java b/shenyu-common/src/main/java/org/apache/shenyu/common/enums/PluginEnum.java
index cd0af0813..eeb6ed79b 100644
--- a/shenyu-common/src/main/java/org/apache/shenyu/common/enums/PluginEnum.java
+++ b/shenyu-common/src/main/java/org/apache/shenyu/common/enums/PluginEnum.java
@@ -38,7 +38,7 @@ public enum PluginEnum {
     /**
      * the cache plugin enum.
      */
-    CACHE(180, 0, "cache"),
+    CACHE(10, 0, "cache"),
 
     /**
      * Monitor plugin enum.