Skip to content

Commit b787252

Browse files
committed
Merge branch 'm/tso-client-optimization' into m/tso-opt-with-hard-limit
2 parents a24e36c + 0f60bd8 commit b787252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/tso_dispatcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ tsoBatchLoop:
444444
}
445445
}
446446
nowaitCollectEnd := time.Now()
447-
td.batchWaitTimerDuration.Observe(nowaitCollectEnd.Sub(nowaitCollectStart).Seconds(), nowaitCollectEnd)
447+
td.batchNoWaitCollectDuration.Observe(nowaitCollectEnd.Sub(nowaitCollectStart).Seconds(), nowaitCollectEnd)
448448

449449
//done := make(chan struct{})
450450
//dl := newTSDeadline(option.timeout, done, cancel)

0 commit comments

Comments
 (0)