Serve large files
tshemsedinov opened this issue · 1 comments
tshemsedinov commented
Describe the problem
Now we load all files from application/static
to memory on application start. We can't do so for large files
Describe the solution
- Need a config parameters to limit file sizes and extensions for loading in memory
- Support start streaming from offset
tshemsedinov commented
Feater released in #1849