This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/lib/model
Michael Ploujnikov 6c33188af3 Model.internalScanFolderSubs: Scan only requested subs.
This reverts the change introduced in 9b9fe0d Reduce scanning effort.
That commit caused us to automatically ignore the basename of the
specified subs and instead scan closest known root folder. For
example, in a folder that looks like:

Sync/
├── 00
│   ├── one
│   ├── three
│   └── two
├── 01
│   ├── one
│   ├── three
│   └── two
├── 02
│   ├── one
│   ├── three
│   └── two
└── one

calling '/rest/db/scan?folder=default&sub=01' called filepath.Walk on
the whole Sync/ folder instead of just the desired subfolder. This
contradicts the scan behavior promised by the documentation.

This is related to #2151.
2016-01-22 23:27:38 -05:00
..
2015-08-09 09:35:26 +02:00
2015-08-09 09:35:26 +02:00
2015-09-22 19:38:46 +02:00
2015-09-22 19:38:46 +02:00
2015-09-22 19:38:46 +02:00
2015-08-09 09:35:26 +02:00
2015-08-09 09:35:26 +02:00
2015-08-09 09:35:26 +02:00
2015-08-09 09:35:26 +02:00
2015-12-22 23:43:07 -05:00
2015-08-09 09:35:26 +02:00
2015-08-09 09:35:26 +02:00
2015-08-09 09:35:26 +02:00
2015-08-09 09:35:26 +02:00