mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Newest first should be different from oldest first (fixes #2161)
This commit is contained in:
parent
c2bc3358cc
commit
c7dbe18df6
@ -533,7 +533,7 @@ func (p *rwFolder) pullerIteration(ignores *ignore.Matcher) int {
|
||||
case config.OrderOldestFirst:
|
||||
p.queue.SortOldestFirst()
|
||||
case config.OrderNewestFirst:
|
||||
p.queue.SortOldestFirst()
|
||||
p.queue.SortNewestFirst()
|
||||
}
|
||||
|
||||
// Process the file queue
|
||||
|
Loading…
Reference in New Issue
Block a user