Remove silly alarm() call.

It was introduced in r44001, and never reverted.

This should finally fix the issue that you got corrupt tarballs
for larger data, or under high load.
This commit is contained in:
Wolfram Schneider 2019-05-04 18:44:50 +00:00
parent bbd89bf624
commit 13ed159fa4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52984

View file

@ -48,8 +48,6 @@ use constant HAS_FREEBSD_CGI_STYLE => eval { require "./cgi-style.pl"; };
package main;
alarm(10);
$debug = 2;
$www{'title'} = 'FreeBSD Manual Pages';
$www{'home'} = 'https://www.FreeBSD.org';