lib/model: Units are hard (fixes #4910)

This commit is contained in:
Jakob Borg 2018-05-01 23:50:23 +02:00 committed by Audrius Butkevicius
parent a548014755
commit c2f498fc82
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ const (
const (
defaultCopiers = 2
defaultPullerPause = 60 * time.Second
defaultPullerPendingKiB = 2 * protocol.MaxBlockSize
defaultPullerPendingKiB = 2 * protocol.MaxBlockSize / 1024
maxPullerIterations = 3
)