Avoid unnecessary reloads generating lua_shared_dict directives
This commit is contained in:
parent
624ce0857a
commit
1b8f6518cf
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@ func buildLuaSharedDictionaries(c interface{}, s interface{}, disableLuaRestyWAF
|
|||
}
|
||||
}
|
||||
|
||||
sort.Strings(out)
|
||||
|
||||
return strings.Join(out, ";\n") + ";\n"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue