loolwsd/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d21b1073e2b8e6cc68468eb1274b5b8db81297b1 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 4f2565e..1ee3476 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