Skip to content

Commit

Permalink
server/kv: increase kv request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
huachaohuang committed Nov 8, 2016
1 parent 31b366d commit 9b507f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (

const (
kvRangeLimit = 100000
kvRequestTimeout = time.Second * 3
kvRequestTimeout = time.Second * 10
kvSlowRequestTime = time.Second * 1
)

Expand Down

0 comments on commit 9b507f1

Please sign in to comment.