mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
Refactor: log checkroration checkTime change to 1 second
Signed-off-by: awzhgw <guowl18702995996@gmail.com>
This commit is contained in:
parent
4831443a56
commit
f732ade2bc
@ -51,7 +51,7 @@ const (
|
||||
FileOpt = os.O_RDWR | os.O_CREATE | os.O_APPEND
|
||||
WriterBufferInitSize = 4 * 1024 * 1024
|
||||
WriterBufferLenLimit = 4 * 1024 * 1024
|
||||
DefaultRollingInterval = 5 * time.Minute
|
||||
DefaultRollingInterval = 1 * time.Second
|
||||
RolledExtension = ".old"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user