Skip to content

Commit a56559c

Browse files
committed
MAGETWO-98853: reporting_system_updates table exceptionally large (4gb)
1 parent b71ba96 commit a56559c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/NewRelicReporting/Model/Module

1 file changed

+1
-1
lines changed

app/code/Magento/NewRelicReporting/Model/Module/Collect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public function getModuleData($refresh = true)
277277
$changes = array_diff($module, $changeTest);
278278
$changesCleanArray = $this->getCleanChangesArray($changes);
279279

280-
if ($changesCleanArray) {
280+
if (!empty($changesCleanArray)) {
281281
$data = [
282282
'entity_id' => $changeTest['entity_id'],
283283
'name' => $changeTest['name'],

0 commit comments

Comments
 (0)