Created attachment 244983 [details] Patch to increase connection limit and hide mobile editor warning Thanks for maintaining onlyoffice. By default, a connection limit of 20 is imposed. The limit is easily reached. Additionally, when using a mobile browser, a warning is shown. The patch changes the connection limit to 2000 and disables the warning shown to mobile browser (It will also allow text only editing as a side effect). Upstream does not object such modifications, for it is an AGPL licensed programme.
(In reply to yzrh from comment #0) Thanks for the patch, I'll integrate it with the next onlyoffice upgrade.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=21df741b75344d6d8ef9f491264f5bbdacb1ad88 commit 21df741b75344d6d8ef9f491264f5bbdacb1ad88 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-10-01 17:13:32 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-10-01 17:17:53 +0000 www/onlyoffice-documentserver: Update to 7.4.1.36 While here: - Increase default connection limit [1] - Add missing command for postgresql 15 users [2] Changes: https://github.com/ONLYOFFICE/DocumentServer/blob/v7.4.1/CHANGELOG.md PR: 273910 [1] Reported by: Benjamin Connelly [2] www/onlyoffice-documentserver/Makefile | 7 +- www/onlyoffice-documentserver/distinfo | 50 ++++---- .../files/patch-core_DesktopEditor_common_Path.cpp | 4 +- ...-core_DesktopEditor_xmlsec_libxmlsec.pro (gone) | 19 --- .../files/patch-increase_max_connections (new) | 42 +++++++ www/onlyoffice-documentserver/files/pkg-message.in | 1 + www/onlyoffice-documentserver/pkg-plist | 131 +++++++++++++++++++-- 7 files changed, 195 insertions(+), 59 deletions(-)