mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
rename all references from crawl -> scanner (#11621)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ const (
|
||||
)
|
||||
|
||||
// NewBgHealSequence creates a background healing sequence
|
||||
// operation which crawls all objects and heal them.
|
||||
// operation which scans all objects and heal them.
|
||||
func newBgHealSequence() *healSequence {
|
||||
reqInfo := &logger.ReqInfo{API: "BackgroundHeal"}
|
||||
ctx, cancelCtx := context.WithCancel(logger.SetReqInfo(GlobalContext, reqInfo))
|
||||
|
||||
Reference in New Issue
Block a user