From 7b621bb5e1bed46b92977b22d50cbab2dc4ae825 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 17 Jun 2018 02:52:09 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58b263d9a..1370a9963 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ SeaweedFS started by implementing [Facebook's Haystack design paper](http://www. * Servers in the same cluster can have different disk spaces, file systems, OS etc. * Adding/Removing servers does **not** cause any data re-balancing * Optional [filer server][Filer] provides "normal" directories and files via http +* Optionally [mount filer][Mount] as a local directory to read and write * Optionally fix the orientation for jpeg pictures * Support Etag, Accept-Range, Last-Modified, etc. * Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance.