aboutsummaryrefslogtreecommitdiff
path: root/lib/ScanDir.rakumod
Commit message (Collapse)AuthorAge
* look at fs on demand, don't watch itdakkar2024-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 modifieddakkar2023-11-06
|
* try to be safer against filesystem changesdakkar2022-07-23
|
* scandirdakkar2021-12-29