Fix log limit

This commit is contained in:
Jake Barnby 2025-10-02 21:46:28 +13:00
parent ae661e9961
commit 490341af09
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -133,6 +133,7 @@ class Update extends Action
// Fetch operations ordered by sequence by default to replay operations in exact order they were created
$operations = $dbForProject->find('transactionLogs', [
Query::equal('transactionInternalId', [$transaction->getSequence()]),
Query::limit(PHP_INT_MAX),
]);
// Track transaction state for cross-operation visibility