Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live API when a Segment is used: Select 10 times more rows so that resultset after grouping is more likely to contain enough rows #10024

Merged
merged 4 commits into from Apr 11, 2016

Conversation

mattab
Copy link
Member

@mattab mattab commented Apr 8, 2016

refs #9200

If the build passes, this may be worth to merge to help with #9200

@mattab mattab added the Needs Review PRs that need a code review label Apr 8, 2016
@mattab mattab added this to the 2.16.1 milestone Apr 8, 2016
@@ -1235,7 +1235,7 @@ private function hasBeenProcessedSinceMidnight($idSite, $lastTimestampWebsitePro
*/
private function findWebsiteIdsInTimezoneWithNewDay($websiteIds)
{
$timezones = $this->getTimezonesHavingNewDay();
$timezones = $this->getTimezonesHavingNewDaySinceLastRun();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this minor change is un-related to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant