Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Spade A <u6748471@anu.edu.au>
  • Loading branch information
SpadeA-Tang committed Jul 3, 2023
1 parent 9f0b330 commit b341d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ type TiKVClient struct {
// StoreLivenessTimeout is the timeout for store liveness check request.
StoreLivenessTimeout string `toml:"store-liveness-timeout" json:"store-liveness-timeout"`
CoprCache CoprocessorCache `toml:"copr-cache" json:"copr-cache"`
CoprReqTimeout time.Duration `toml:"copr-req-timeout" json:"copr-req-timeout"`
// CoprReqTimeout is the timeout for a single coprocessor request
CoprReqTimeout time.Duration `toml:"copr-req-timeout" json:"copr-req-timeout"`
// TTLRefreshedTxnSize controls whether a transaction should update its TTL or not.
TTLRefreshedTxnSize int64 `toml:"ttl-refreshed-txn-size" json:"ttl-refreshed-txn-size"`
ResolveLockLiteThreshold uint64 `toml:"resolve-lock-lite-threshold" json:"resolve-lock-lite-threshold"`
Expand Down

0 comments on commit b341d39

Please sign in to comment.