mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 16:04:54 +08:00
defauting images.fix.orientation option to true
This commit is contained in:
@@ -37,7 +37,7 @@ var (
|
||||
dataCenter = cmdVolume.Flag.String("dataCenter", "", "current volume server's data center name")
|
||||
rack = cmdVolume.Flag.String("rack", "", "current volume server's rack name")
|
||||
volumeWhiteListOption = cmdVolume.Flag.String("whiteList", "", "comma separated Ip addresses having write permission. No limit if empty.")
|
||||
fixJpgOrientation = cmdVolume.Flag.Bool("fix.jpg.orientation", false, "Adjust jpg orientation when uploading.")
|
||||
fixJpgOrientation = cmdVolume.Flag.Bool("images.fix.orientation", true, "Adjust jpg orientation when uploading.")
|
||||
|
||||
volumeWhiteList []string
|
||||
)
|
||||
|
Reference in New Issue
Block a user