Skip to content
Snippets Groups Projects
Unverified Commit d3960ef7 authored by fagongzi's avatar fagongzi Committed by GitHub
Browse files

txn: adjust default clock maxoffset (#4584)

parent d6659499
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ func (client *txnClient) adjust() {
if client.clock == nil {
client.clock = clock.NewHLCClock(func() int64 {
return time.Now().Unix()
}, 0)
}, time.Millisecond*500)
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment