fix(mainsail): set increased read timeout on API endpoint #294
Reference in New Issue
Block a user
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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!