You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using byte-range requests on large files, the first request will be slow, because it does not forward the Range Header and it caches the entire file first.
I want the ability to forward the Range header and disable the cache with env variables.