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