Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | look at fs on demand, don't watch it | dakkar | 2024-01-20 |
| | | | | | | | | ScanDir (well, fs notifications in raku) is too slow to keep up with actual fs changes (especially when e.g. a file is being downloaded) there's actually no need to watch fs changes, we can just sync the db with the file system we look at each directory | ||
* | quite the ScanDir supply when files are being modified | dakkar | 2023-11-06 |
| | |||
* | try to be safer against filesystem changes | dakkar | 2022-07-23 |
| | |||
* | scandir | dakkar | 2021-12-29 |