Skip to content

Commit

Permalink
MB-47759: Make default scan client read deadline = default scan timeout
Browse files Browse the repository at this point in the history
Change-Id: Ib5da7a8be2d7d7620b73eb51f1e1572f69c7d3f3
  • Loading branch information
amithk committed Aug 11, 2021
1 parent 05ca5f4 commit 4b349eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secondary/common/config.go
Expand Up @@ -614,9 +614,9 @@ var SystemConfig = Config{
false, // case-insensitive
},
"queryport.client.readDeadline": ConfigValue{
300000,
120000,
"timeout, in milliseconds, is timeout while reading from socket",
300000,
120000,
true, // immutable
false, // case-insensitive
},
Expand Down

0 comments on commit 4b349eb

Please sign in to comment.