Get error : "Response is too large" with "http.get" command #1460
-
Hi ! I try to download a file from my website but it give me the error "Response is too large". In computercraft-server.toml config file, I've tried to up space_limit to 1Go, max_request to 0 and brandwidth to 2147483647. The file I try to download weighs 17Mo. Is there possible to increase the limit ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There should be an option called "Max download" under the #The maximum size (in bytes) that a computer can download in a single request.
#Note that responses may receive more data than allowed, but this data will not
#be returned to the client.
max_download = 16777216 |
Beta Was this translation helpful? Give feedback.
-
Alright, I change value to 167772160 and it works ! Thank :) |
Beta Was this translation helpful? Give feedback.
There should be an option called "Max download" under the
http.rules
section of the config: