From e53b0e016a8c7c8632cea3631fed0370d78a1d05 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 4 Jun 2020 10:52:45 -0700 Subject: [PATCH] Update FAQ.md --- FAQ.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index d4833e3..919c468 100644 --- a/FAQ.md +++ b/FAQ.md @@ -80,11 +80,6 @@ The volumes are consistent, but not necessarily the same size or the same number * If some files are written only to some but not all of the replicas, the writes are considered failed (A best-effort attempt will try to delete the written files). * The compaction may not happen at exactly the same time. -### Why weed volume server loses connection with master? - -You can increase the "-pulseSeconds" on master from default 5 seconds to some higher number. -See #100 https://github.com/chrislusf/seaweedfs/issues/100 - ### How to store large logs? The log files are usually very large. Use `weed filer` to store them.