Merge pull request #3734 from Shopify/remove-old-dicts

remove old unused lua dicts
This commit is contained in:
Kubernetes Prow Robot 2019-02-06 20:21:28 -08:00 committed by GitHub
commit 4dd0365c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,8 +210,6 @@ func buildLuaSharedDictionaries(s interface{}, disableLuaRestyWAF bool) string {
out := []string{
"lua_shared_dict configuration_data 5M",
"lua_shared_dict certificate_data 16M",
"lua_shared_dict locks 512k",
"lua_shared_dict sticky_sessions 1M",
}
if !disableLuaRestyWAF {