mirror of
https://github.com/ente-io/ente.git
synced 2025-05-02 20:09:14 +00:00
[server] Bump default worker for filedata replication
This commit is contained in:
parent
d494bb8d38
commit
98ebf98d17
@ -29,7 +29,7 @@ func (c *Controller) StartReplication() error {
|
|||||||
|
|
||||||
workerCount := viper.GetInt("replication.file-data.worker-count")
|
workerCount := viper.GetInt("replication.file-data.worker-count")
|
||||||
if workerCount == 0 {
|
if workerCount == 0 {
|
||||||
workerCount = 6
|
workerCount = 10
|
||||||
}
|
}
|
||||||
err := c.createTemporaryStorage()
|
err := c.createTemporaryStorage()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user