Subject: | new parameter for LWP timeout |
Hi,
I have to upload some wikifiles that are generated from doc files. Some
of the resulting files are big and on my computer (Pentium 4, 2.40GHz)
it will timeout after 180 seconds.
I have updated the needed parameters in apache and also in mediawiki
configuration, but it still timeouts after 3 minutes.
This seems to be the default timeout for LWP after all.
Could you parametrizes the timeout? Currently I modified the API.pm file
and added
$ua->timeout( 600 );
at line 185.
Thank you.