loolwsd/LOOLWSD.cpp | 3 --- loolwsd/sysconfig.loolwsd | 3 --- 2 files changed, 6 deletions(-)
New commits: commit aeb4b305dc7308d733baae051d1bd878feb1c44d Author: Andras Timar <[email protected]> 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 <[email protected]> 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" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
