fix(mainsail): set increased read timeout on API endpoint #294

Merged
mbravorus merged 2 commits from patch-1 into master 2023-02-25 12:59:32 +01:00
mbravorus commented 2023-02-08 21:16:42 +01:00 (Migrated from github.com)

An increased timeout needs to be set on API endpoint. Having default 60s means that, especially, on weaker/slower systems, and especially larger Gcode files with object exclusion configured, sending e.g. directly from slicer times out with HTTP 504. 600s seems like a reasonable number.

An increased timeout needs to be set on API endpoint. Having default 60s means that, especially, on weaker/slower systems, and especially larger Gcode files with object exclusion configured, sending e.g. directly from slicer times out with HTTP 504. 600s seems like a reasonable number.
dw-0 commented 2023-02-25 12:55:55 +01:00 (Migrated from github.com)

Looks fine to me, i think we should actually add this to the Fluidd config as well. I will push a commit to this PR and then merge it. Thanks for contributing!

Looks fine to me, i think we should actually add this to the Fluidd config as well. I will push a commit to this PR and then merge it. Thanks for contributing!
Sign in to join this conversation.