[Libreoffice-commits] online.git: wsd/README

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 1 11:22:25 UTC 2018


 wsd/README |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f575f7611c011484a5f1f57a6ebecebf80afed83
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Nov 1 12:15:11 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Nov 1 12:22:06 2018 +0100

    --numprespawns switch has been deprecated since 2016
    
    Change-Id: I94a24cfd06382ac15ef2aa5c6f6f26944767bc63
    Reviewed-on: https://gerrit.libreoffice.org/62731
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/wsd/README b/wsd/README
index 3c42f674b..5e54a7c21 100644
--- a/wsd/README
+++ b/wsd/README
@@ -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
@@ -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


More information about the Libreoffice-commits mailing list