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 11, 2023
1 parent 4dc05c3 commit 3b266c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ type TiKVClient struct {
StoreLivenessTimeout string `toml:"store-liveness-timeout" json:"store-liveness-timeout"`
CoprCache CoprocessorCache `toml:"copr-cache" json:"copr-cache"`
// CoprReqTimeout is the timeout for a single coprocessor request
// Note: this is a transitional modification, and it will be removed if it's dynamic configurable version is ready.
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"`
Expand Down

0 comments on commit 3b266c9

Please sign in to comment.