Skip to content
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

editor truncates the text at 250 000 bytes #21

Open
mtrevisan opened this issue Sep 18, 2023 · 5 comments
Open

editor truncates the text at 250 000 bytes #21

mtrevisan opened this issue Sep 18, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@mtrevisan
Copy link

I see there's a byte limit in the editor, which is 250 000 bytes, after which the text is truncated. Is it possible to remove this limitation?
Thank you

@Flamenco
Copy link
Owner

Hello @mtrevisan

This came from the source of the fork. Are you experiencing any issues with a document that size?

@Flamenco Flamenco self-assigned this Sep 18, 2023
@Flamenco Flamenco added the enhancement New feature or request label Sep 18, 2023
@mtrevisan
Copy link
Author

The only thing is that I cannot write documents whose length is more than 250 kB.

@Flamenco
Copy link
Owner

@mtrevisan I am wondering if this was originally set because of local storage requirements or sync bandwidth. It makes me hesitant to change it on the master branch.

@mtrevisan
Copy link
Author

I understand your concern, but I don't know the answer.

@Flamenco
Copy link
Owner

I will see about adding this as an "option" so as to not break existing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants