Skip to content

Commit

Permalink
Map: Increase the limit of the maps block when retrieving upcoming ev…
Browse files Browse the repository at this point in the history
…ents.
  • Loading branch information
StevenDufresne committed Dec 7, 2023
1 parent 3272cbc commit 17510b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu-plugins/blocks/google-map/inc/event-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function get_all_upcoming_events( array $facets = array() ): array {
status = 'scheduled' AND
{$where['clauses']}
ORDER BY date_utc ASC
LIMIT 100"
LIMIT 500"
;

if ( $where['values'] ) {
Expand Down

0 comments on commit 17510b9

Please sign in to comment.