Skip to content

Conversation

@sinzii
Copy link
Member

@sinzii sinzii commented Dec 1, 2025

Using ...newBatch spread operations will throw a RangeError: Maximum call stack size exceeded if the newBatch list is large (> 100k items), so we'll change to use .concat for now to avoid this.

Super thanks to @antlerminator for reporting this issue.

@sinzii sinzii marked this pull request as ready for review December 1, 2025 17:41
@sinzii sinzii merged commit ebf90ee into hotfix-0.18.8 Dec 2, 2025
5 checks passed
@sinzii sinzii deleted the tvu-fix-fetching-large-storage-map branch December 2, 2025 02:02
sinzii added a commit that referenced this pull request Dec 2, 2025
Using `...newBatch` spread operations will throw a `RangeError: Maximum
call stack size exceeded` if the `newBatch` list is large (> 100k
items), so we'll change to use `.concat` for now to avoid this.

Super thanks to @antlerminator for reporting this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants