lib/model: Increase in-flight buffer from 2mb to 8mb, download 2 files at a time
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3972
This commit is contained in:
parent
dfe23e8d53
commit
72de47df00
@ -67,8 +67,8 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultCopiers = 1
|
defaultCopiers = 2
|
||||||
defaultPullers = 16
|
defaultPullers = 64
|
||||||
defaultPullerSleep = 10 * time.Second
|
defaultPullerSleep = 10 * time.Second
|
||||||
defaultPullerPause = 60 * time.Second
|
defaultPullerPause = 60 * time.Second
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user