Skip to content

Commit 03ff3ba

Browse files
committed
Re-trigger github workflows
1 parent 6fcd6a7 commit 03ff3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage-node/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- **Optimizations:** The way data objects / data object ids are queried and processed during sync and cleanup has been optimized:
44
- Sync and cleanup services now process tasks in batches of configurable size (`--syncBatchSize`, `--cleanupBatchSize`) to avoid overflowing the memory.
55
- Synchronous operations like `sort` or `filter` on larger arrays of data objects have been optimized (for example, by replacing `.filter(Array.includes(...))` with `.filter(Set.has(...))`).
6-
- Enforced a limit of max. results per single GraphQL query to `10,000` and max input arguments per query to `1,000`
6+
- Enforced a limit of max. results per single GraphQL query to `10,000` and max input arguments per query to `1,000`.
77
- Added `--cleanupWorkersNumber` flag to limit the number of concurrent async requests during cleanup.
88
- A safety mechanism was added to avoid removing "deleted" objects for which a related `DataObjectDeleted` event cannot be found in storage squid.
99
- Improved logging during sync and cleanup.

0 commit comments

Comments
 (0)