-
我只能使用conf来传递处理好的数据,修改了conf会有什么影响么 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Modifying conf is not recommended; in fact, we plan to make conf unmodifiable. We can store something via lrucache. |
Beta Was this translation helpful? Give feedback.
-
It is a good choice to use lrucache to cache the value of ngx. decode_base64 in the early access phase. No need to pass value.
|
Beta Was this translation helpful? Give feedback.
-
If I use lrucache heavily (5kb*600), then do I need to modify lrucache-lock: 10m config? |
Beta Was this translation helpful? Give feedback.
It is a good choice to use lrucache to cache the value of ngx. decode_base64 in the early access phase. No need to pass value.