mirror of
https://github.com/curl/curl.git
synced 2025-02-11 14:50:40 +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 !!!";
|
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");
|
||||||
|
Loading…
Reference in New Issue
Block a user