mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
a5345ac71e
The number of copiers and pullers is set to default at config loading time, but the new folder configuration doesn't pass through config loading so we start up with 0 copiers and 0 pullers and hence get stuck. I moved the default handling to the puller itself instead. I think this way is also cleaner as we get to keep the 0 in the config and the puller gets to decide the defaults on it's own. |
||
---|---|---|
.. | ||
testdata | ||
commit_test.go | ||
config_test.go | ||
config.go | ||
debug.go | ||
wrapper.go |