Skip to content

fix: add property to deactivate computing documents size including versions - EXO-78104 #1373

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

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

hbenali
Copy link
Member

@hbenali hbenali commented Apr 1, 2025

Before this fix, when a document is modified, the indexation compute the size including all versions of a document This can lead to platform outage when documents have a lot of versions (in case of coedition in OO)

When setting the property documents.content.compute.version.size to false, the sizeWithVersions is not computed and use current fileSize. This modification also apply in documents app when displaying file informations.

…rsions - EXO-78104

Before this fix, when a document is modified, the indexation compute the size including all versions of a document
This can lead to platform outage when documents have a lot of versions (in case of coedition in OO)

When setting the property documents.content.compute.version.size to false, the sizeWithVersions is not computed and use current fileSize.
This modification also apply in documents app when displaying file informations.
@hbenali hbenali merged commit f7580a4 into patch/7.0.0-M56 Apr 1, 2025
4 checks passed
@hbenali hbenali deleted the 78104 branch April 1, 2025 12:40
Copy link

sonarqubecloud bot commented Apr 1, 2025

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

Successfully merging this pull request may close these issues.

2 participants