aboutsummaryrefslogtreecommitdiff
path: root/test/fuse_integration/framework.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-11-18 12:06:56 -0800
committerchrislu <chris.lu@gmail.com>2025-11-18 12:06:56 -0800
commitaef5121c363a030f6457fcc68307f196d67accd8 (patch)
tree3da3e940d7b0c847fd106fe178bec8e5e03d370e /test/fuse_integration/framework.go
parent0299e78de7c7f7e19d5b206b384d0331609e15aa (diff)
downloadseaweedfs-aef5121c363a030f6457fcc68307f196d67accd8.tar.xz
seaweedfs-aef5121c363a030f6457fcc68307f196d67accd8.zip
faster master startup
Diffstat (limited to 'test/fuse_integration/framework.go')
-rw-r--r--test/fuse_integration/framework.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuse_integration/framework.go b/test/fuse_integration/framework.go
index 9cff1badb..000dddbfe 100644
--- a/test/fuse_integration/framework.go
+++ b/test/fuse_integration/framework.go
@@ -175,6 +175,7 @@ func (f *FuseTestFramework) startMaster(config *TestConfig) error {
"-port=19333",
"-mdir=" + filepath.Join(f.dataDir, "master"),
"-raftBootstrap",
+ "-peers=none", // Faster startup when no multiple masters needed
}
if config.EnableDebug {
args = append(args, "-v=4")