aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-15 23:33:46 -0700
committerchrislu <chris.lu@gmail.com>2022-09-15 23:33:46 -0700
commitcf90f76a35df8c8509ad3ccece566ecb0b74cf66 (patch)
treecb321b60efb4694f2ce8ad55246972ce148150ec /weed/command/volume.go
parenta752f6220e2da85fdad5553c35d3023ce098ac83 (diff)
downloadseaweedfs-cf90f76a35df8c8509ad3ccece566ecb0b74cf66.tar.xz
seaweedfs-cf90f76a35df8c8509ad3ccece566ecb0b74cf66.zip
mark "hasSlowRead" as experimental
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 2e62921ca..3b31ada50 100644
--- a/weed/command/volume.go
+++ b/weed/command/volume.go
@@ -97,7 +97,7 @@ func init() {
v.metricsHttpPort = cmdVolume.Flag.Int("metricsPort", 0, "Prometheus metrics listen port")
v.idxFolder = cmdVolume.Flag.String("dir.idx", "", "directory to store .idx files")
v.inflightUploadDataTimeout = cmdVolume.Flag.Duration("inflightUploadDataTimeout", 60*time.Second, "inflight upload data wait timeout of volume servers")
- v.hasSlowRead = cmdVolume.Flag.Bool("hasSlowRead", false, "if true, this prevents slow reads from blocking other requests, but large file read P99 latency will increase.")
+ v.hasSlowRead = cmdVolume.Flag.Bool("hasSlowRead", false, "<experimental> if true, this prevents slow reads from blocking other requests, but large file read P99 latency will increase.")
}
var cmdVolume = &Command{