From 4b9b9547d4043b83bf5869ddc48ae37ff540f528 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 27 Feb 2018 13:57:15 -0800 Subject: [PATCH] unused option --- weed/command/server.go | 1 - 1 file changed, 1 deletion(-) 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