update todo

This commit is contained in:
Cyberes 2023-12-11 19:12:00 -07:00
parent 157f80a463
commit b5327e0c67
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
- Limit to one on-demand crawl per path. Don't start another if one is already running. See HandleFileNotFound()
- Add config value to limit the number of on-demand crawls
- Add config value to limit the number of concurrent crawls, other crawls get queued.
Later:
- Add a wildcard option to restricted_download_paths to block all sub-directories
- Add a dict to each restricted_download_paths item to specify how many levels recursive the block should be applied