set increased timeout on api

Default timeout needs to be increased on API endpoint as well as on the websocket (though smaller) - otherwise, especially on slower systems and with large Gcode files plus object exclusion, sending directly from slicer times out with HTTP 504
This commit is contained in:
Michael Bravo
2023-02-08 22:13:38 +02:00
committed by GitHub
parent bb3ec79756
commit 209a041156

View File

@@ -55,6 +55,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_read_timeout 600;
}
location /webcam/ {