mirror of
https://github.com/curl/curl.git
synced 2026-04-16 02:51:46 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue