Updated FAQ (markdown)

Chris Lu 2020-03-24 18:57:46 -07:00
parent 18402076e3
commit da7f1754f5

4
FAQ.md

@ -34,7 +34,9 @@ Yes.
### How is it optimized for small files? How small is small files?
Optimization for small files is actually optimization for large amount of files. The file size does not matter. Filer server would chunk the files.
Optimization for small files is actually optimization for large amount of files. The file size does not matter.
Filer server would automatically chunk the files if necessary.
### Does it support large files, e.g., 500M ~ 10G?
Large file will be automatically split into chunks, in `weed filer`, `weed mount`, `weed filer.copy`, etc.