Updated Filer Stores (markdown)

Vlad
2024-05-22 11:16:36 +11:00
parent ad269e03e4
commit 60410f97c5
+6
@@ -55,6 +55,12 @@ $ weed shell
total 65 directories, 292 files
localhost-8888-20190417-005421.meta is loaded to http://localhost:8888/
# optionally, you can use concurrency to speed up the meta load process
# -concurrency=N specifies the number of parallel meta load operations to filer
# caution: this may not work correctly with some databases like Redis
# $ weed shell
# > fs.meta.load -concurrency=1 localhost-8888-20190417-005421.meta
```
### Extending Storage Options