File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2265,6 +2265,9 @@ The `<size>` argument accepts size units such as `k` and `m`:
22652265 }
22662266```
22672267
2268+ The hard-coded minimum size is 8KB while the practical minimum size depends
2269+ on actual user data set (some people start with 12KB).
2270+
22682271See [ ngx.shared.DICT] ( #ngxshareddict ) for details.
22692272
22702273This directive was first introduced in the ` v0.3.1rc22 ` release.
Original file line number Diff line number Diff line change @@ -1897,6 +1897,9 @@ The <code><size></code> argument accepts size units such as <code>k</code> and <
18971897 }
18981898</geshi>
18991899
1900+ The hard-coded minimum size is 8KB while the practical minimum size depends
1901+ on actual user data set (some people start with 12KB).
1902+
19001903See [[#ngx.shared.DICT |ngx.shared.DICT ]] for details.
19011904
19021905This directive was first introduced in the <code>v0.3.1rc22 </code> release.
You can’t perform that action at this time.
0 commit comments