통합통계 시간 수정

main
JungJun 2 years ago
parent 9bd7c5c962
commit 5201d00a94

@ -174,8 +174,8 @@ func (s IcsService) LogWatcher() *icserror.IcsError {
times := mi2 - mi1
rotateTime := math.Abs(float64(times))
// if rotateTime > 4 { // only 5 minute
if rotateTime > 1 { // only 5 minute
if rotateTime > 4 { // only 5 minute
// if rotateTime > 1 { // only 5 minute
s.config = icsconf.GetIcsConfig()
logpath := fmt.Sprintf("%s", s.config.LogConfig.Path)
aSpace := icsutil.GetDiskAvailableSpace(logpath)

Loading…
Cancel
Save