Commit 0cb0764
committed
fix: add property to deactivate computing documents size including versions - 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.1 parent bd289a1 commit 0cb0764
File tree
1 file changed
+1
-1
lines changed- core/search/src/main/java/org/exoplatform/services/wcm/search/connector
1 file changed
+1
-1
lines changedcore/search/src/main/java/org/exoplatform/services/wcm/search/connector/FileindexingConnector.java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments