Use BigInt for video export file sizes #310
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent/video-export-bigint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
Why
Recent exports can exceed GraphQL Int's signed 32-bit range, which caused serialization failures for successful large video exports.
Validation