Skip to content

Flush only if data available

Afonso Mukai requested to merge DM-1261_flush_only_if_data into master

Created by: dominikwerder

Issue

  • Closes DM-1261

Description of work

  • Only attempt to flush if data is available
  • Was not an actual bug, but triggered code analysis lint
  • ... and with this update we don't do unnecessary work, too.

Merge request reports