Skip to content

Commit 0d115bf

Browse files
committed
revert time
Signed-off-by: husharp <[email protected]>
1 parent bff529d commit 0d115bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/tso/keyspace_group_manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ func (kgm *KeyspaceGroupManager) primaryPriorityCheckLoop() {
607607
defer kgm.wg.Done()
608608

609609
failpoint.Inject("fastPrimaryPriorityCheck", func() {
610-
kgm.primaryPriorityCheckInterval = 1 * time.Second
610+
kgm.primaryPriorityCheckInterval = 200 * time.Millisecond
611611
})
612612

613613
ticker := time.NewTicker(kgm.primaryPriorityCheckInterval)

0 commit comments

Comments
 (0)