From: T Jake Luciani Date: Thu, 12 Nov 2009 02:44:42 +0000 (+0000) Subject: THRIFT-626: Increase timeouts for socket requests X-Git-Tag: 0.2.0~10 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f2b8f750b3adf3db50fa38af5462e758a38cdc65;p=common%2Fthrift.git 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 --- diff --git a/lib/perl/lib/Thrift/Socket.pm b/lib/perl/lib/Thrift/Socket.pm index 4ee79123..4d2aac74 100644 --- a/lib/perl/lib/Thrift/Socket.pm +++ b/lib/perl/lib/Thrift/Socket.pm @@ -43,8 +43,8 @@ sub new port => $port, debugHandler => $debugHandler, debug => 0, - sendTimeout => 100, - recvTimeout => 750, + sendTimeout => 10000, + recvTimeout => 10000, handle => undef, };