mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
Updated FAQ (markdown)
parent
2d604ed56a
commit
e535e5e55f
10
FAQ.md
10
FAQ.md
@ -2,3 +2,13 @@
|
||||
|
||||
You can increase the "-pulseSeconds" on master from default 5 seconds to some higher number.
|
||||
See #100 https://github.com/chrislusf/seaweedfs/issues/100
|
||||
|
||||
2. 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.
|
||||
|
||||
Usually the logs are collected during a long period of time span. Let's say each day's log is about a manageable 128MB. You can store each day's log via "weed filer" under "/logs/" folder. For example:
|
||||
/logs/2015-01-01.log
|
||||
/logs/2015-01-02.log
|
||||
/logs/2015-01-03.log
|
||||
/logs/2015-01-04.log
|
||||
|
Loading…
Reference in New Issue
Block a user