aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-14 00:07:27 -0700
committerchrislu <chris.lu@gmail.com>2022-09-14 00:07:27 -0700
commit956ce6416fae66646344782cc7f6f557708eb1f4 (patch)
tree816b56483f063eebf9be9c9fe41d7410aba661f3 /weed/command/server.go
parent3f4400dc03c3c1476f3edf89d3da31f57bcd4278 (diff)
parent58d18b68d8ca463cef2a817f69f62e7b2fbd61f0 (diff)
downloadseaweedfs-956ce6416fae66646344782cc7f6f557708eb1f4.tar.xz
seaweedfs-956ce6416fae66646344782cc7f6f557708eb1f4.zip
Merge branch 'master' into message_send
Diffstat (limited to 'weed/command/server.go')
-rw-r--r--weed/command/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go
index c47b7fa5d..8dfa63e34 100644
--- a/weed/command/server.go
+++ b/weed/command/server.go
@@ -130,7 +130,6 @@ func init() {
serverOptions.v.preStopSeconds = cmdServer.Flag.Int("volume.preStopSeconds", 10, "number of seconds between stop send heartbeats and stop volume server")
serverOptions.v.pprof = cmdServer.Flag.Bool("volume.pprof", false, "enable pprof http handlers. precludes --memprofile and --cpuprofile")
serverOptions.v.idxFolder = cmdServer.Flag.String("volume.dir.idx", "", "directory to store .idx files")
- serverOptions.v.enableTcp = cmdServer.Flag.Bool("volume.tcp", false, "<exprimental> enable tcp port")
serverOptions.v.inflightUploadDataTimeout = cmdServer.Flag.Duration("volume.inflightUploadDataTimeout", 60*time.Second, "inflight upload data wait timeout of volume servers")
s3Options.port = cmdServer.Flag.Int("s3.port", 8333, "s3 server http listen port")