We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17309b4 commit 9b3ebb0Copy full SHA for 9b3ebb0
upcloud_api/cloud_manager/storage_mixin.py
@@ -198,7 +198,7 @@ def upload_file_for_storage_import(
198
self,
199
storage_import: StorageImport,
200
file: 'PathLike[str]',
201
- timeout: int = 600,
+ timeout: int = 30,
202
content_type: str = 'application/octet-stream',
203
):
204
"""
0 commit comments