Merge pull request #4191 from ShimiT/lua_cfg_data

increase lua_shared_dict config data
This commit is contained in:
Kubernetes Prow Robot 2019-06-13 07:58:19 -07:00 committed by GitHub
commit aa131b08a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,7 +218,7 @@ func buildLuaSharedDictionaries(s interface{}, disableLuaRestyWAF bool) string {
} }
out := []string{ out := []string{
"lua_shared_dict configuration_data 5M", "lua_shared_dict configuration_data 15M",
"lua_shared_dict certificate_data 16M", "lua_shared_dict certificate_data 16M",
} }