diff options
-rwxr-xr-x | run/irc | 2 | ||||
-rwxr-xr-x | run/perlmonks | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ use warnings; use LWP::UserAgent (); -my $ua = LWP::UserAgent->new(timeout => 5); +my $ua = LWP::UserAgent->new(timeout => 10); $ua->ssl_opts(verify_hostname => 0); $ua->env_proxy; $ua->agent(''); diff --git a/run/perlmonks b/run/perlmonks index 4c99ecf..499fe61 100755 --- a/run/perlmonks +++ b/run/perlmonks @@ -9,7 +9,7 @@ use Time::Piece; use XML::LibXML; # Retrieve XML -my $ua = LWP::UserAgent->new(timeout => 5); +my $ua = LWP::UserAgent->new(timeout => 15); $ua->ssl_opts(verify_hostname => 0); $ua->env_proxy; $ua->agent(''); |