diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-04-02 02:22:26 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-04-02 02:22:26 -0700 |
| commit | 8e404a1433fe437de22b3356176cf36eb3719018 (patch) | |
| tree | b0475d1ec01ac60aeed05517dc2771f651e3f10c /weed/command/volume.go | |
| parent | bdf2ddddfdccbc3d48e763457a779c8cc9ece6ac (diff) | |
| download | seaweedfs-8e404a1433fe437de22b3356176cf36eb3719018.tar.xz seaweedfs-8e404a1433fe437de22b3356176cf36eb3719018.zip | |
go fmt
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 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) |
