mirror of https://github.com/minio/minio.git
Browse Source
* Stop profiling on exit of main goroutine Previously, profiling was stopped since Stop() method was called on exit of cli.BeforeFunc. This lead to profiling to be stopped prematurely. * Moved profiling switch statement to a separate funcpull/1689/merge

committed by
Harshavardhana

1 changed files with 26 additions and 8 deletions
Loading…
Reference in new issue