loolwsd/configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2341a16dd76c1e2c4e5d54f09272a44e2a2eba04
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Tue Jul 19 11:17:41 2016 +0200

    Some better defaults.

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index dacbb28..d61b3a4 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -104,13 +104,13 @@ else
 fi
 AC_SUBST(ENABLE_DEBUG)
 
-MAX_DOCUMENTS=0
+MAX_DOCUMENTS=10
 AS_IF([test -n "$with_max_documents"],
       [MAX_DOCUMENTS="$with_max_documents"])
 AC_DEFINE_UNQUOTED([MAX_DOCUMENTS],[$MAX_DOCUMENTS],[Limit the maximum number 
of open documents])
 AC_SUBST(MAX_DOCUMENTS)
 
-MAX_CONNECTIONS=0
+MAX_CONNECTIONS=20
 AS_IF([test -n "$with_max_connections"],
       [MAX_CONNECTIONS="$with_max_connections"])
 AC_DEFINE_UNQUOTED([MAX_CONNECTIONS],[$MAX_CONNECTIONS],[Limit the maximum 
number of open documents])
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to