Skip to content

Commit

Permalink
Merge pull request #19503 from Ultimaker/CURA-11956_slow_upload_big_t…
Browse files Browse the repository at this point in the history
…imeout

[CURA-11956] The easy way to fix a slow response is to up the timeout...
  • Loading branch information
HellAholic committed Aug 14, 2024
2 parents 0d103c1 + 7f16636 commit 4cd8056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/UM3NetworkPrinting/src/Cloud/CloudApiClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CloudApiClient:
CLUSTER_API_ROOT = f"{ROOT_PATH}/connect/v1"
CURA_API_ROOT = f"{ROOT_PATH}/cura/v1"

DEFAULT_REQUEST_TIMEOUT = 10 # seconds
DEFAULT_REQUEST_TIMEOUT = 30 # seconds

# In order to avoid garbage collection we keep the callbacks in this list.
_anti_gc_callbacks = [] # type: List[Callable[[Any], None]]
Expand Down

0 comments on commit 4cd8056

Please sign in to comment.