mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
fix: rename crawler as scanner in config (#11549)
This commit is contained in:
@@ -509,7 +509,7 @@ func serverMain(ctx *cli.Context) {
|
||||
initBackgroundExpiry(GlobalContext, newObject)
|
||||
}
|
||||
|
||||
initDataCrawler(GlobalContext, newObject)
|
||||
initDataScanner(GlobalContext, newObject)
|
||||
|
||||
if err = initServer(GlobalContext, newObject); err != nil {
|
||||
var cerr config.Err
|
||||
|
||||
Reference in New Issue
Block a user