mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
re-implement data usage crawler to be more efficient (#9075)
Implementation overview: https://gist.github.com/klauspost/1801c858d5e0df391114436fdad6987b
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ func handleSignals() {
|
||||
}
|
||||
|
||||
// send signal to various go-routines that they need to quit.
|
||||
close(GlobalServiceDoneCh)
|
||||
cancelGlobalContext()
|
||||
|
||||
if objAPI := newObjectLayerWithoutSafeModeFn(); objAPI != nil {
|
||||
oerr = objAPI.Shutdown(context.Background())
|
||||
|
||||
Reference in New Issue
Block a user