Refactor EWMA to not use shared dictionaries

This commit is contained in:
Henry Tran 2018-07-30 15:55:47 -04:00 committed by Elvin Efendi
parent bc6f2e7016
commit 3cbfd63992
3 changed files with 8 additions and 69 deletions

View file

@ -209,8 +209,6 @@ func buildLuaSharedDictionaries(s interface{}, disableLuaRestyWAF bool) string {
"lua_shared_dict configuration_data 5M",
"lua_shared_dict certificate_data 16M",
"lua_shared_dict locks 512k",
"lua_shared_dict balancer_ewma 1M",
"lua_shared_dict balancer_ewma_last_touched_at 1M",
"lua_shared_dict sticky_sessions 1M",
}