diff options
Diffstat (limited to 'run/perlmonks')
-rwxr-xr-x | run/perlmonks | 2 |
1 files changed, 1 insertions, 1 deletions
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(''); |