aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-02-27 13:57:15 -0800
committerChris Lu <chris.lu@gmail.com>2018-02-27 13:57:15 -0800
commit4b9b9547d4043b83bf5869ddc48ae37ff540f528 (patch)
tree2158dcf2dfda37a12613a57b5b68d654126e79cc
parentfc3924ac70dbb67d5f932d573e3654421aa3b2e8 (diff)
downloadseaweedfs-4b9b9547d4043b83bf5869ddc48ae37ff540f528.tar.xz
seaweedfs-4b9b9547d4043b83bf5869ddc48ae37ff540f528.zip
unused option
-rw-r--r--weed/command/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go
index 622f5d447..626bc0855 100644
--- a/weed/command/server.go
+++ b/weed/command/server.go
@@ -76,7 +76,6 @@ var (
volumeFixJpgOrientation = cmdServer.Flag.Bool("volume.images.fix.orientation", true, "Adjust jpg orientation when uploading.")
volumeReadRedirect = cmdServer.Flag.Bool("volume.read.redirect", true, "Redirect moved or non-local volumes.")
volumeServerPublicUrl = cmdServer.Flag.String("volume.publicUrl", "", "publicly accessible address")
- volumeEnableBytesCache = cmdServer.Flag.Bool("volume.cache.enable", false, "direct cache instead of OS cache, cost more memory.")
isStartingFiler = cmdServer.Flag.Bool("filer", false, "whether to start filer")
serverWhiteList []string