From f2b8f750b3adf3db50fa38af5462e758a38cdc65 Mon Sep 17 00:00:00 2001 From: T Jake Luciani Date: Thu, 12 Nov 2009 02:44:42 +0000 Subject: [PATCH] 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 --- lib/perl/lib/Thrift/Socket.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }; -- 2.17.1