diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-11-21 16:50:42 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-11-21 16:50:42 -0800 |
| commit | 60d3681371ae9d1dfc1a6f6db4e42e654a3346f1 (patch) | |
| tree | f402bf77776373028eca250323c5091a60e191d3 /weed/command/volume.go | |
| parent | 393e1f70ad2adf270fabc673e8ffb5f3e2826684 (diff) | |
| download | seaweedfs-60d3681371ae9d1dfc1a6f6db4e42e654a3346f1.tar.xz seaweedfs-60d3681371ae9d1dfc1a6f6db4e42e654a3346f1.zip | |
default images.fix.orientation to false
Diffstat (limited to 'weed/command/volume.go')
| -rw-r--r-- | weed/command/volume.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go index d848629ae..f283ef113 100644 --- a/weed/command/volume.go +++ b/weed/command/volume.go @@ -57,7 +57,7 @@ func init() { v.dataCenter = cmdVolume.Flag.String("dataCenter", "", "current volume server's data center name") v.rack = cmdVolume.Flag.String("rack", "", "current volume server's rack name") v.indexType = cmdVolume.Flag.String("index", "memory", "Choose [memory|leveldb|boltdb|btree] mode for memory~performance balance.") - v.fixJpgOrientation = cmdVolume.Flag.Bool("images.fix.orientation", true, "Adjust jpg orientation when uploading.") + v.fixJpgOrientation = cmdVolume.Flag.Bool("images.fix.orientation", false, "Adjust jpg orientation when uploading.") v.readRedirect = cmdVolume.Flag.Bool("read.redirect", true, "Redirect moved or non-local volumes.") v.cpuProfile = cmdVolume.Flag.String("cpuprofile", "", "cpu profile output file") v.memProfile = cmdVolume.Flag.String("memprofile", "", "memory profile output file") |
