mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
lib/model: Units are hard (fixes #4910)
This commit is contained in:
parent
a548014755
commit
c2f498fc82
@ -81,7 +81,7 @@ const (
|
|||||||
const (
|
const (
|
||||||
defaultCopiers = 2
|
defaultCopiers = 2
|
||||||
defaultPullerPause = 60 * time.Second
|
defaultPullerPause = 60 * time.Second
|
||||||
defaultPullerPendingKiB = 2 * protocol.MaxBlockSize
|
defaultPullerPendingKiB = 2 * protocol.MaxBlockSize / 1024
|
||||||
|
|
||||||
maxPullerIterations = 3
|
maxPullerIterations = 3
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user