diff --git a/server/pkg/controller/filedata/replicate.go b/server/pkg/controller/filedata/replicate.go index a17323282b..2f4a7a8b8e 100644 --- a/server/pkg/controller/filedata/replicate.go +++ b/server/pkg/controller/filedata/replicate.go @@ -29,7 +29,7 @@ func (c *Controller) StartReplication() error { workerCount := viper.GetInt("replication.file-data.worker-count") if workerCount == 0 { - workerCount = 6 + workerCount = 10 } err := c.createTemporaryStorage() if err != nil {