File tree Expand file tree Collapse file tree 2 files changed +70
-2
lines changed
i18n/zh/docusaurus-plugin-content-docs/current/benchmark-test Expand file tree Collapse file tree 2 files changed +70
-2
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ wrk-4.2.0
52
52
```
53
53
54
54
### Public Configuration
55
+
56
+ * application.yml
55
57
56
58
``` yml
57
59
matchCache :
58
60
selector :
59
- selectorEnabled : false
61
+ selectorEnabled : true
60
62
initialCapacity : 10000 # initial capacity in cache
61
63
maximumSize : 10000 # max size in cache
62
64
rule :
@@ -109,6 +111,38 @@ netty:
109
111
singleEventExecutorPerGroup : true
110
112
` ` `
111
113
114
+ ` ` ` yaml
115
+ file :
116
+ enabled : false
117
+ maxSize : 10
118
+ ` ` `
119
+
120
+ ` ` ` yaml
121
+ cross :
122
+ enabled : false
123
+ ` ` `
124
+
125
+ ` ` ` yaml
126
+ logging :
127
+ level :
128
+ root : warn
129
+ org.springframework.boot : warn
130
+ org.apache.ibatis : warn
131
+ org.apache.shenyu.bonuspoint : warn
132
+ org.apache.shenyu.lottery : warn
133
+ org.apache.shenyu : warn
134
+ ` ` `
135
+
136
+ * logback.xml
137
+
138
+ ` ` ` xml
139
+ <root level="WARN">
140
+ <appender-ref ref="ASYNC_STDOUT"/>
141
+ <appender-ref ref="ASYNC_FILE"/>
142
+ <appender-ref ref="ASYNC_ERROR_FILE"/>
143
+ </root>
144
+ ```
145
+
112
146
### WebClient Configuration
113
147
114
148
``` yml
Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ wrk-4.2.0
53
53
54
54
### 公共配置
55
55
56
+ * application.yml
57
+
56
58
``` yml
57
59
matchCache :
58
60
selector :
59
- selectorEnabled : false
61
+ selectorEnabled : true
60
62
initialCapacity : 10000 # initial capacity in cache
61
63
maximumSize : 10000 # max size in cache
62
64
rule :
@@ -109,6 +111,38 @@ netty:
109
111
singleEventExecutorPerGroup : true
110
112
` ` `
111
113
114
+ ` ` ` yaml
115
+ file :
116
+ enabled : false
117
+ maxSize : 10
118
+ ` ` `
119
+
120
+ ` ` ` yaml
121
+ cross :
122
+ enabled : false
123
+ ` ` `
124
+
125
+ ` ` ` yaml
126
+ logging :
127
+ level :
128
+ root : warn
129
+ org.springframework.boot : warn
130
+ org.apache.ibatis : warn
131
+ org.apache.shenyu.bonuspoint : warn
132
+ org.apache.shenyu.lottery : warn
133
+ org.apache.shenyu : warn
134
+ ` ` `
135
+
136
+ * logback.xml
137
+
138
+ ` ` ` xml
139
+ <root level="WARN">
140
+ <appender-ref ref="ASYNC_STDOUT"/>
141
+ <appender-ref ref="ASYNC_FILE"/>
142
+ <appender-ref ref="ASYNC_ERROR_FILE"/>
143
+ </root>
144
+ ```
145
+
112
146
### WebClient配置
113
147
114
148
``` yml
You can’t perform that action at this time.
0 commit comments