This commit is contained in:
Cyberes 2023-12-13 14:49:04 -07:00
parent cd4364436a
commit 0469529f54
2 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,6 @@ import (
"net/http"
)
// TODO: show the time the initial crawl started
func HealthCheck(w http.ResponseWriter, r *http.Request) {
response := map[string]interface{}{}
response["scanRunning"] = DirectoryCrawler.GetTotalActiveCrawls() > 0

View File

@ -1,3 +1,5 @@
- on the client health page, show the time the initial crawl started
Later:
- Add a wildcard option to restricted_download_paths to block all sub-directories