aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@uber.com>2021-04-02 02:22:26 -0700
committerChris Lu <chris.lu@uber.com>2021-04-02 02:22:26 -0700
commit8e404a1433fe437de22b3356176cf36eb3719018 (patch)
treeb0475d1ec01ac60aeed05517dc2771f651e3f10c /weed/command/volume.go
parentbdf2ddddfdccbc3d48e763457a779c8cc9ece6ac (diff)
downloadseaweedfs-8e404a1433fe437de22b3356176cf36eb3719018.tar.xz
seaweedfs-8e404a1433fe437de22b3356176cf36eb3719018.zip
go fmt
Diffstat (limited to 'weed/command/volume.go')
-rw-r--r--weed/command/volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go
index 8014feaa6..9df500178 100644
--- a/weed/command/volume.go
+++ b/weed/command/volume.go
@@ -239,7 +239,7 @@ func (v VolumeServerOptions) startVolumeServer(volumeFolders, maxVolumeCounts, v
*v.fixJpgOrientation, *v.readRedirect,
*v.compactionMBPerSecond,
*v.fileSizeLimitMB,
- int64(*v.concurrentUploadLimitMB) * 1024 * 1024,
+ int64(*v.concurrentUploadLimitMB)*1024*1024,
)
// starting grpc server
grpcS := v.startGrpcService(volumeServer)