Remove redundant http_pprof cgr-engine flag

runtime profiling is now configurable within the http cfg section and
is enabled by default
This commit is contained in:
ionutboangiu
2024-08-09 20:28:12 +03:00
committed by Dan Christian Bogos
parent 435ba54743
commit b0758d082d
5 changed files with 0 additions and 38 deletions

View File

@@ -63,13 +63,6 @@ func TestCgrEngineFlags(t *testing.T) {
defaultVal: "",
want: "/run/cgrates/cgrates.pid",
},
{
name: "httpPprof",
flags: []string{"-http_pprof"},
flagVar: httpPprof,
defaultVal: false,
want: true,
},
{
name: "cpuProfDir",
flags: []string{"-cpuprof_dir", "/tmp/profiling"},