Changeset 28269 for main


Ignore:
Timestamp:
2013-09-12T13:23:12+12:00 (11 years ago)
Author:
davidb
Message:

Increasing timeout value. On puka, given its load, 5 secs wasn't always long enough for the server to respond

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/activate.pl

    r28185 r28269  
    405405    my $status = 0;
    406406    if(defined $url) {
    407         $ua->timeout(5); # set LWP useragent to 5s max timeout for testing the URL
     407        $ua->timeout(10); # set LWP useragent to 5s max timeout for testing the URL
    408408            # Need to set this, else it takes I don't know how long to timeout
    409409            # http://www.perlmonks.org/?node_id=618534
Note: See TracChangeset for help on using the changeset viewer.