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/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 7b89e57ec8 close rule cache (#5589)
7b89e57ec8 is described below
commit 7b89e57ec8aae9cdbb48dc7b80e95ff0d85c67d5
Author: moremind <[email protected]>
AuthorDate: Sat Jul 13 14:50:52 2024 +0800
close rule cache (#5589)
---
shenyu-bootstrap/src/main/resources/application.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shenyu-bootstrap/src/main/resources/application.yml
b/shenyu-bootstrap/src/main/resources/application.yml
index 08ff3a1b65..4d85c9e8f0 100644
--- a/shenyu-bootstrap/src/main/resources/application.yml
+++ b/shenyu-bootstrap/src/main/resources/application.yml
@@ -94,7 +94,7 @@ shenyu:
ruleMatchCache:
## rule L1 cache
cache:
- enabled: true
+ enabled: false
initialCapacity: 10000 # initial capacity in cache
maximumSize: 65536 # max size in cache
## rule L2 cache, use trie as L2 cache