1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

5 seconds isn't always enough time to start a server on a loaded system.

This commit is contained in:
Dan Fandrich 2007-02-22 18:35:57 +00:00
parent 141b3d0c2f
commit fe0afb211e

View File

@ -258,7 +258,7 @@ sub startnew {
die "error: exec() has returned !!!"; die "error: exec() has returned !!!";
} }
my $count=5; my $count=12;
while($count--) { while($count--) {
if(-f $pidfile) { if(-f $pidfile) {
open(PID, "<$pidfile"); open(PID, "<$pidfile");