Updated FAQ (markdown)

Chris Lu 2017-09-20 09:41:18 -07:00
parent 5fa40615e1
commit 175555c83f

8
FAQ.md

@ -1,9 +1,13 @@
### * Why weed volume server loses connection with master?
### Why my 010 replicated volume files have different size?
This is normal. The compaction may not happen at exactly the same time. Or the replicated writes failed in the middle, so there is a deletion file appended following the partially written file.
### 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?
### How to store large logs?
The log files are usually very large. But SeaweedFS is mostly for small-to-medium large files. How to store them? "weed filer" can help.