Added loadSecurityConfigOnce (#5792)

This commit is contained in:
vadimartynov
2024-07-16 19:15:55 +03:00
committed by GitHub
parent 67edf1d014
commit b796c21fa9
29 changed files with 35 additions and 28 deletions

View File

@@ -125,7 +125,7 @@ var (
func runVolume(cmd *Command, args []string) bool {
util.LoadConfiguration("security", false)
util.LoadSecurityConfiguration()
// If --pprof is set we assume the caller wants to be able to collect
// cpu and memory profiles via go tool pprof