ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Config.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Config.pm (file contents):
Revision 1.5 by root, Tue Sep 1 15:11:40 2009 UTC vs.
Revision 1.6 by root, Fri Sep 4 21:01:22 2009 UTC

76 76
77sub find_profile($;%) { 77sub find_profile($;%) {
78 my ($name, %kv) = @_; 78 my ($name, %kv) = @_;
79 79
80 +{ 80 +{
81 monitor_timeout => 30,
82 connect_interval => 2,
81 %kv, 83 %kv,
82 _find_profile $name, 84 _find_profile $name,
83 } 85 }
84} 86}
85 87

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines