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:
parent
bbd89bf624
commit
13ed159fa4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52984
1 changed files with 0 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue