revert testing change, fix typo

This commit is contained in:
Cyberes 2024-03-17 20:28:46 -06:00
parent d622ec95e8
commit b70c830d18
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ If you're using initial cache and have tons of files to scan you'll need at leas
so minutes for it to traverse the directory structure. CrazyFS is heavily threaded, so you'll want at least an 8-core
machine.
You'll need something line Nginx if you want SSL or HTTP. Also, CrazyFS works great with an HTTP cache in front of it.
You'll need something like Nginx if you want SSL or HTTP. Also, CrazyFS works great with an HTTP cache in front of it.
## To Do
- [ ] Remove symlink support.

View File

@ -89,7 +89,7 @@ func syncElasticsearch(doFullSync bool) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
ticker := time.NewTicker(1 * time.Second)
ticker := time.NewTicker(60 * time.Second)
defer ticker.Stop()
go func() {