Skip to content

Commit

Permalink
--numprespawns switch has been deprecated since 2016
Browse files Browse the repository at this point in the history
Change-Id: I94a24cfd06382ac15ef2aa5c6f6f26944767bc63
Reviewed-on: https://gerrit.libreoffice.org/62731
Reviewed-by: Andras Timar <[email protected]>
Tested-by: Andras Timar <[email protected]>
  • Loading branch information
timar committed Nov 1, 2018
1 parent 781162f commit f575f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsd/README
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ HTTPS is the default. HTTP-only mode can be enabled with --disable-ssl
configure option.

If you plan to hack on loolwsd, you probably want to familiarize
yourself with loolwsd's --numprespawns switch, and the 'connect'
yourself with loolwsd's --o:num_prespawn_children switch, and the 'connect'
test program.

For interactive testing, you can use the 'connect' program. It accepts
Expand Down Expand Up @@ -234,7 +234,7 @@ be obtained as described above.
Debugging
---------

When debugging, you want to add --numprespawns=1 to the loolwsd parameters to
When debugging, you want to add --o:num_prespawn_children=1 to the loolwsd parameters to
limit the amount of concurrently running processes.

When the crash happens too early, you also want to
Expand Down

0 comments on commit f575f76

Please sign in to comment.