-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
increase allowed file size in onlyoffice #5720
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Increase decompressed file size to 1GB allows to open 50MB xlsx file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment not critical, just stating the obvious 😉
#!/bin/sh | ||
set -e | ||
|
||
# we can't mount it directly because the run-document-server.sh script wants to move it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume it wasn't possible to change run-document-server.sh
script? This will get very messy when we have a lot of sh scripts that all do "something"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would need to vendor the complete run-document-server.sh
script in our repository. It's coming from here and can change depending on the OnlyOffice version.
The proper fix from my POV would be to fix the Json library to edit the file inplace instead of moving it around.
Description
increase allowed file size in onlyoffice
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: