Worker function help..

I’ve could flare worker and i want to do cache the video while serving many users. I mean i have 3BG video it should cached video Please help me anyone have issue Thank you Tushar
2 Replies
Walshy
Walshy6mo ago
Cache has a limit of 512 MB per object, so you cannot store a whole 3 GB video in cache https://developers.cloudflare.com/cache/concepts/default-cache-behavior/#cacheable-size-limits you could split it in different ranges and cache the ranges.
tusharmoradiya
tusharmoradiyaOP6mo ago
@Walshy | DevPlat EE how can i write worker code for this?

Did you find this page helpful?