[Libreoffice-commits] online.git: 2 commits - loolwsd/LOOLWSD.cpp loolwsd/sysconfig.loolwsd

Andras Timar andras.timar at collabora.com
Tue Mar 29 07:36:49 UTC 2016


 loolwsd/LOOLWSD.cpp       |    3 ---
 loolwsd/sysconfig.loolwsd |    3 ---
 2 files changed, 6 deletions(-)

New commits:
commit aeb4b305dc7308d733baae051d1bd878feb1c44d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sat Mar 26 19:38:46 2016 +0100

    loolwsd: unused DemoAuthVerificationUrl variable

diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index b84f0db..76e27cb 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -1019,9 +1019,6 @@ int LOOLWSD::NumPreSpawnedChildren = 10;
 bool LOOLWSD::DoTest = false;
 static const std::string pidLog = "/tmp/loolwsd.pid";
 
-// Demo Site Verification URL.
-static const std::string DemoAuthVerificationUrl = "http://ec2-54-216-97-44.eu-west-1.compute.amazonaws.com/cloudsuite-demo/verify.php?type&token=";
-
 LOOLWSD::LOOLWSD()
 {
 }
commit be4b25fddc899849f3141bef34d9ac0bb8ba4a16
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sat Mar 26 19:30:30 2016 +0100

    loolwsd: unused LOOLWSD_NUMPRESPAWNS environment variable

diff --git a/loolwsd/sysconfig.loolwsd b/loolwsd/sysconfig.loolwsd
index f8e116c..497d575 100644
--- a/loolwsd/sysconfig.loolwsd
+++ b/loolwsd/sysconfig.loolwsd
@@ -4,6 +4,3 @@
 ## Default:	""
 ## ServiceRestart: loolwsd
 #
-# Number of child processes to pre-spawn initially
-#
-LOOLWSD_NUMPRESPAWNS="5"


More information about the Libreoffice-commits mailing list