Skip to content

Commit a3baf1a

Browse files
committed
chore(pkg/server): reduce corruption_checker resources usage
1 parent d11f40f commit a3baf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/corruption_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (s *corruptionChecker) checkLevel0(ctx context.Context) (err error) {
123123
s.StopImmudb()
124124
return
125125
}
126-
time.Sleep(100)
126+
time.Sleep(100 * time.Millisecond)
127127
}
128128
}
129129
s.Wg.Done()

0 commit comments

Comments
 (0)