From cf1d9bdff1cb28223ef2bfdd2076d4edf9fdfb84 Mon Sep 17 00:00:00 2001 From: hongyunyan <649330952@qq.com> Date: Thu, 30 Apr 2026 09:49:03 +0800 Subject: [PATCH] update --- maintainer/maintainer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainer/maintainer.go b/maintainer/maintainer.go index 3e4e152312..9ab39b366e 100644 --- a/maintainer/maintainer.go +++ b/maintainer/maintainer.go @@ -47,7 +47,7 @@ import ( ) const ( - periodEventInterval = time.Millisecond * 100 + periodEventInterval = time.Second * 120 periodRedoInterval = time.Second * 1 ) @@ -309,7 +309,7 @@ func (m *Maintainer) HandleEvent(event *Event) bool { zap.Stringer("changefeedID", m.changefeedID), zap.Int("eventType", event.eventType), zap.Duration("duration", duration), - zap.Any("Message", event.message), + zap.Any("MessageType", event.message.Type), ) } else { log.Info("maintainer is too slow",