Http requests are very slow

I encountered a similar issue where http requests were really slow. The problem was that the thread tick rate was way too slow, limiting my download speed to ~1MB/s.

To fix, I updated my Engine.ini:

[HTTP]
HttpThreadActiveFrameTimeInSeconds = 0.0001
3 Likes