Skip to content

Set database used size to 0 if no data is in there

Ghost User requested to merge fix-#536-data-sync-report-percentages into master

This could be the solution to fix the bug where the datasyncreport percentages do not add up to 100%: The report checks whether the database is empty using the usedSize field, and if that has rounding errors, type percentages of 0% for each type could go into the computation.

Has to be used in an evaluation to check that this actually is a fix.

Merge request reports