You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ja...@apache.org on 2009/11/12 03:44:48 UTC

svn commit: r835203 - /incubator/thrift/trunk/lib/perl/lib/Thrift/Socket.pm

Author: jake
Date: Thu Nov 12 02:44:42 2009
New Revision: 835203

URL: http://svn.apache.org/viewvc?rev=835203&view=rev
Log:
THRIFT-626: Increase timeouts for socket requests

Modified:
    incubator/thrift/trunk/lib/perl/lib/Thrift/Socket.pm

Modified: incubator/thrift/trunk/lib/perl/lib/Thrift/Socket.pm
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/lib/Thrift/Socket.pm?rev=835203&r1=835202&r2=835203&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/lib/Thrift/Socket.pm (original)
+++ incubator/thrift/trunk/lib/perl/lib/Thrift/Socket.pm Thu Nov 12 02:44:42 2009
@@ -43,8 +43,8 @@
         port         => $port,
         debugHandler => $debugHandler,
         debug        => 0,
-        sendTimeout  => 100,
-        recvTimeout  => 750,
+        sendTimeout  => 10000,
+        recvTimeout  => 10000,
         handle       => undef,
     };