Skip to content

Commit

Permalink
Update RecentAggrBatcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrguric committed Aug 17, 2024
1 parent fd0afdc commit fa973b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Utilities/RecentAggrBatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private function loadDay(Carbon $day)
/*$this->collections[$ymd] = RecentAggr::select('subject','identifier','day','value_uint64','context')
->whereDate('day',$day)
->get();*/
echo PHP_EOL.'Loaded day '.$ymd.' '.count($this->collections[$ymd]).' rows'.PHP_EOL;
//echo PHP_EOL.'Loaded day '.$ymd.' '.count($this->collections[$ymd]).' rows'.PHP_EOL;
}

private function getCollection(Carbon $day)
Expand Down

0 comments on commit fa973b9

Please sign in to comment.