Recent content by flasback

  1. F

    How to download large files?

    Hi, thanks for your reply, it takes about 10 seconds for the error to appear I've tried to change the wsgiDefaults but it seems to have no effect: wsgiDefaults { maxConns 5 env LSAPI_MAX_IDLE=300 // default 60 initTimeout 300...
  2. F

    How to download large files?

    Hello, i have installed the OpenLiteSpeed Django droplet from digitalocean. All my files live on a aws bucket. Now I'm trying to download 2 different files from one django view (first_file = 60mb, second_file = 800mb) with this code...
Top