From d99390f4029212fc185b667c0c73461c7ea9f0a2 Mon Sep 17 00:00:00 2001 From: Elvin Efendi Date: Wed, 6 Feb 2019 17:33:16 -0500 Subject: [PATCH] remove old unused lua dicts --- internal/ingress/controller/template/template.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/ingress/controller/template/template.go b/internal/ingress/controller/template/template.go index 9c1e0f8f2..6b3155e9d 100644 --- a/internal/ingress/controller/template/template.go +++ b/internal/ingress/controller/template/template.go @@ -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 {