revert testing change, fix typo
This commit is contained in:
parent
d622ec95e8
commit
b70c830d18
|
@ -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
|
so minutes for it to traverse the directory structure. CrazyFS is heavily threaded, so you'll want at least an 8-core
|
||||||
machine.
|
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
|
## To Do
|
||||||
- [ ] Remove symlink support.
|
- [ ] Remove symlink support.
|
|
@ -89,7 +89,7 @@ func syncElasticsearch(doFullSync bool) {
|
||||||
|
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
defer cancel()
|
defer cancel()
|
||||||
ticker := time.NewTicker(1 * time.Second)
|
ticker := time.NewTicker(60 * time.Second)
|
||||||
defer ticker.Stop()
|
defer ticker.Stop()
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in New Issue