mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
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 (
|
||||
defaultCopiers = 1
|
||||
defaultPullers = 16
|
||||
defaultCopiers = 2
|
||||
defaultPullers = 64
|
||||
defaultPullerSleep = 10 * time.Second
|
||||
defaultPullerPause = 60 * time.Second
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user