mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-626: Increase timeouts for socket requests
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@835203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93f8219567
commit
f2b8f750b3
@ -43,8 +43,8 @@ sub new
|
|||||||
port => $port,
|
port => $port,
|
||||||
debugHandler => $debugHandler,
|
debugHandler => $debugHandler,
|
||||||
debug => 0,
|
debug => 0,
|
||||||
sendTimeout => 100,
|
sendTimeout => 10000,
|
||||||
recvTimeout => 750,
|
recvTimeout => 10000,
|
||||||
handle => undef,
|
handle => undef,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user