mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
5 seconds isn't always enough time to start a server on a loaded system.
This commit is contained in:
parent
141b3d0c2f
commit
fe0afb211e
@ -258,7 +258,7 @@ sub startnew {
|
||||
die "error: exec() has returned !!!";
|
||||
}
|
||||
|
||||
my $count=5;
|
||||
my $count=12;
|
||||
while($count--) {
|
||||
if(-f $pidfile) {
|
||||
open(PID, "<$pidfile");
|
||||
|
Loading…
Reference in New Issue
Block a user