monkeyDluffy6017 commented on code in PR #10515:
URL: https://github.com/apache/apisix/pull/10515#discussion_r1410814664
##########
conf/config-default.yaml:
##########
@@ -482,6 +482,7 @@ plugins: # plugin list (sorted by
priority)
- limit-count # priority: 1002
- limit-req # priority: 1001
#- node-status # priority: 1000
+ - brotli # priority: 996
Review Comment:
I suggest we don't enable the `brotli` plugin by default, since the user may
not install the `brotli` library
```suggestion
#- brotli # priority: 996
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]