JoeyLee0201 opened a new issue #2019: URL: https://github.com/apache/apisix/issues/2019
### Issue description Hello, I have a consumer who use limit-conn plugin and set value of conn to 10, But when I update the value of conn, like 20. It will still limit connection number to 10. I find there is a cache mechanism in this plugin like:  How could I fix this problem? Also, what's the structure of lim? Could I get the value of conn in lim, thus I can compare like: if lim.conn ~= conf.conn then .... ### Environment * apisix version (cmd: `apisix version`): 1.4 * OS: docker image ### Minimal test code / Steps to reproduce the issue 1. 2. 3. ### What's the actual result? (including assertion message & call stack if applicable) ### What's the expected result? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
