diff --git a/gatherling/api.php b/gatherling/api.php index fbb40ed9..024ad7c3 100644 --- a/gatherling/api.php +++ b/gatherling/api.php @@ -104,7 +104,7 @@ function main(): never FROM events e WHERE e.finalized AND e.start < NOW() ORDER BY e.start DESC - LIMIT 10'; + LIMIT 100'; $eventNames = db()->strings($sql); foreach ($eventNames as $eventName) { $event = new Event($eventName);