diff options
Diffstat (limited to 'www/onlyoffice-documentserver/files/patch-increase_max_connections')
| -rw-r--r-- | www/onlyoffice-documentserver/files/patch-increase_max_connections | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/www/onlyoffice-documentserver/files/patch-increase_max_connections b/www/onlyoffice-documentserver/files/patch-increase_max_connections index 6a8ed688b9ba..15499bc9f923 100644 --- a/www/onlyoffice-documentserver/files/patch-increase_max_connections +++ b/www/onlyoffice-documentserver/files/patch-increase_max_connections @@ -1,17 +1,17 @@ ---- server/Common/sources/constants.js.orig 2023-09-07 13:17:16 UTC +--- server/Common/sources/constants.js.orig 2025-10-12 16:21:06 UTC +++ server/Common/sources/constants.js -@@ -85,7 +85,7 @@ exports.LICENSE_RESULT = {
- NotBefore: 16
- };
-
--exports.LICENSE_CONNECTIONS = 20;
-+exports.LICENSE_CONNECTIONS = 2000;
- exports.LICENSE_USERS = 3;
- exports.LICENSE_EXPIRE_USERS_ONE_DAY = 24 * 60 * 60; // day in seconds
-
---- web-apps/apps/documenteditor/mobile/src/lib/patch.jsx.orig 2023-09-07 13:14:46 UTC +@@ -88,7 +88,7 @@ exports.LICENSE_RESULT = { + NotBefore: 16 + }; + +-exports.LICENSE_CONNECTIONS = 20; ++exports.LICENSE_CONNECTIONS = 2000; + exports.LICENSE_USERS = 3; + exports.LICENSE_EXPIRE_USERS_ONE_DAY = 24 * 60 * 60; // day in seconds + +--- web-apps/apps/documenteditor/mobile/src/lib/patch.jsx.orig 2025-10-12 20:28:53 UTC +++ web-apps/apps/documenteditor/mobile/src/lib/patch.jsx -@@ -4,7 +4,7 @@ const EditorUIController = () => { +@@ -4,7 +4,7 @@ EditorUIController.isSupportEditFeature = () => { }; EditorUIController.isSupportEditFeature = () => { @@ -20,9 +20,9 @@ }; EditorUIController.getToolbarOptions = () => { ---- web-apps/apps/presentationeditor/mobile/src/lib/patch.jsx.orig 2023-09-07 13:15:25 UTC +--- web-apps/apps/presentationeditor/mobile/src/lib/patch.jsx.orig 2025-10-12 20:28:53 UTC +++ web-apps/apps/presentationeditor/mobile/src/lib/patch.jsx -@@ -1,6 +1,6 @@ +@@ -1,6 +1,6 @@ const EditorUIController = () => null; const EditorUIController = () => null; @@ -30,9 +30,9 @@ +EditorUIController.isSupportEditFeature = () => true; export default EditorUIController; ---- web-apps/apps/spreadsheeteditor/mobile/src/lib/patch.jsx.orig 2023-09-07 13:16:07 UTC +--- web-apps/apps/spreadsheeteditor/mobile/src/lib/patch.jsx.orig 2025-10-12 20:28:53 UTC +++ web-apps/apps/spreadsheeteditor/mobile/src/lib/patch.jsx -@@ -1,6 +1,6 @@ +@@ -1,6 +1,6 @@ const EditorUIController = () => null; const EditorUIController = () => null; |
