mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-11 17:10:40 +02:00
Ingest admits mediaSequence up to MaxInt64-(count-1), but the payload decoder rejected anything above MaxInt64-count, so a boundary playlist ingested successfully and then failed every view. Mirror the ingest bound, covered by a round-trip test at the boundary.