Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
93f8219
)
THRIFT-626: Increase timeouts for socket requests
author
T Jake Luciani
<jake@apache.org>
Thu, 12 Nov 2009 02:44:42 +0000
(
02:44
+0000)
committer
T 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
patch
|
blob
|
history
diff --git
a/lib/perl/lib/Thrift/Socket.pm
b/lib/perl/lib/Thrift/Socket.pm
index
4ee7912
..
4d2aac7
100644
(file)
--- 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 =>
75
0,
+ sendTimeout => 100
00
,
+ recvTimeout =>
1000
0,
handle => undef,
};