From 60410f97c5fe6b029cb2d5ff277a099e40896eb5 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 22 May 2024 11:16:36 +1100 Subject: [PATCH] Updated Filer Stores (markdown) --- Filer-Stores.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Filer-Stores.md b/Filer-Stores.md index 2c67698..46f3a1c 100644 --- a/Filer-Stores.md +++ b/Filer-Stores.md @@ -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