[server] Bump default worker for filedata replication

This commit is contained in:
Neeraj Gupta 2025-02-26 14:32:17 +05:30
parent d494bb8d38
commit 98ebf98d17

View File

@ -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 {