mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
feat: implement support batch replication (#15554)
This commit is contained in:
@@ -601,6 +601,8 @@ func serverMain(ctx *cli.Context) {
|
||||
initBackgroundReplication(GlobalContext, newObject)
|
||||
initBackgroundTransition(GlobalContext, newObject)
|
||||
|
||||
globalBatchJobPool = newBatchJobPool(GlobalContext, newObject, 100)
|
||||
|
||||
go func() {
|
||||
err := globalTierConfigMgr.Init(GlobalContext, newObject)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user