THRIFT-626: Increase timeouts for socket requests
authorT Jake Luciani <jake@apache.org>
Thu, 12 Nov 2009 02:44:42 +0000 (02:44 +0000)
committerT Jake Luciani <jake@apache.org>
Thu, 12 Nov 2009 02:44:42 +0000 (02:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@835203 13f79535-47bb-0310-9956-ffa450edef68

lib/perl/lib/Thrift/Socket.pm

index 4ee7912..4d2aac7 100644 (file)
@@ -43,8 +43,8 @@ sub new
         port         => $port,
         debugHandler => $debugHandler,
         debug        => 0,
-        sendTimeout  => 100,
-        recvTimeout  => 750,
+        sendTimeout  => 10000,
+        recvTimeout  => 10000,
         handle       => undef,
     };