Commit fe0afb21 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent 141b3d0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");