What is the maximum size of file that can sent by enabling the streaming functionality?

@Anil Sagar,

What is the maximum size of file that can be streamed via edge? We have a requirement of streaming files in range on 50Mo to 75 Mo.

Thank you.

1 4 1,399
4 REPLIES 4

Hi @Pratyush Mohapatra

There is no limit on file size when streamed. Only problem which you can run into is that the http connections at both source & destination should remain open for enough time to allow the streaming to complete.

@Pratyush Mohapatra, I had tested up to 150 MB without any issue. >150 MB I had started seeing client agent (chrome browser/postman) related issues due to response payload size.

Hi @snehal chakraborty,

Considering http connections are open at both source and destination,will file size on the lines of Gigs add any considerable latency?

@Pratyush Mohapatra did you observe any latency added when you are testing with 150 MB file?were you using SaaS?

@Lalit Varshney,

I did testing with 100MB files on SaaS, didn't face any issues with latency.