Skip to content

Commit 19a6c45

Browse files
authored
Tweak stats (#727)
1 parent 90282ec commit 19a6c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

append_lifecycle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ func (i *integrationStats) updateStats(ctx context.Context, r LogReader) {
356356
klog.Warning("updateStates: nil logreader provided, not updating stats")
357357
return
358358
}
359-
t := time.NewTicker(time.Second)
359+
t := time.NewTicker(100 * time.Millisecond)
360360
for {
361361
select {
362362
case <-ctx.Done():

0 commit comments

Comments
 (0)