Skip to content

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

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

rdenarie
Copy link
Member

@rdenarie rdenarie 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.
@rdenarie rdenarie enabled auto-merge (rebase) April 1, 2025 08:13
@rdenarie rdenarie requested review from azayati and Jihed525 April 1, 2025 08:13
@rdenarie rdenarie merged commit a209e23 into develop Apr 1, 2025
13 checks passed
@rdenarie rdenarie deleted the fix/task-78104 branch April 1, 2025 08:18
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