mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix log limit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user