Skip to content

Commit

Permalink
keep queryTopicRouteInfoFromServer timeout the same as Java (#880)
Browse files Browse the repository at this point in the history
[ISSUE #882] keep queryTopicRouteInfoFromServer timeout the same as Java.
  • Loading branch information
tuweizhong authored Aug 3, 2022
1 parent 5aa04a2 commit 3ccfbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
const (
EnvNameServerAddr = "NAMESRV_ADDR"

requestTimeout = 3 * time.Second
requestTimeout = 6 * time.Second
defaultTopic = "TBW102"
defaultQueueNums = 4
MasterId = int64(0)
Expand Down

0 comments on commit 3ccfbff

Please sign in to comment.