Skip to content

Commit

Permalink
Merge pull request #139 from matomo-org/vg138-direct-db-option
Browse files Browse the repository at this point in the history
Add direct database insertion option for fast visit generation
  • Loading branch information
snake14 authored Mar 4, 2024
2 parents ceb6536 + 1b8bf79 commit 0414bf7
Show file tree
Hide file tree
Showing 59 changed files with 5,543 additions and 135 deletions.
4 changes: 2 additions & 2 deletions Commands/GenerateVisits.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private function getLimitFakeVisits()
return rand(400, 1000);
}

private function checkDays()
protected function checkDays()
{
$days = (int)$this->getInput()->getOption('days');

Expand All @@ -135,7 +135,7 @@ private function checkCustomMatomoUrl()
return $customMatomoUrl;
}

private function getIdSite()
protected function getIdSite()
{
$idSite = $this->getInput()->getOption('idsite');

Expand Down
Loading

0 comments on commit 0414bf7

Please sign in to comment.