We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54935d7 + 89c6cfa commit 5f71c59Copy full SHA for 5f71c59
2 files changed
backend/cmd/main.go
@@ -52,11 +52,6 @@ func main() {
52
defer traceFile.Close()
53
}
54
55
- //! Does not guarante that os.TempDir() is always the same
56
- // pidPath := path.Join(os.TempDir(), "backendPid")
57
- // createPid(pidPath)
58
- // defer RemovePid(pidPath)
59
-
60
// Set use to all available CPUs and setup CPU profiling if enabled
61
cleanup := setupRuntimeCPU()
62
defer cleanup()
backend/cmd/pid.go
0 commit comments