qmenta-core 4.1.dev705__py3-none-any.whl → 4.1.dev707__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of qmenta-core might be problematic. Click here for more details.
- qmenta/core/upload/multi.py +3 -1
- {qmenta_core-4.1.dev705.dist-info → qmenta_core-4.1.dev707.dist-info}/METADATA +1 -1
- {qmenta_core-4.1.dev705.dist-info → qmenta_core-4.1.dev707.dist-info}/RECORD +5 -5
- {qmenta_core-4.1.dev705.dist-info → qmenta_core-4.1.dev707.dist-info}/WHEEL +0 -0
- {qmenta_core-4.1.dev705.dist-info → qmenta_core-4.1.dev707.dist-info}/entry_points.txt +0 -0
qmenta/core/upload/multi.py
CHANGED
|
@@ -64,7 +64,9 @@ class MultipleThreadedUploads():
|
|
|
64
64
|
def max_parallel_uploads(self, value: int) -> None:
|
|
65
65
|
if self._max_parallel_uploads != value:
|
|
66
66
|
self._max_parallel_uploads = value
|
|
67
|
-
can_start_upload = (
|
|
67
|
+
can_start_upload = (
|
|
68
|
+
self._last_upload_started_index < len(self.upload_list) - 1
|
|
69
|
+
)
|
|
68
70
|
if self.uploads_in_progress < value and can_start_upload:
|
|
69
71
|
self._start_next_upload()
|
|
70
72
|
|
|
@@ -5,11 +5,11 @@ qmenta/core/auth.py,sha256=xiamkcIaQQPD1OppLScv0dxF0PhAjqQOA3DqzUv79l4,10026
|
|
|
5
5
|
qmenta/core/errors.py,sha256=eu72sENP9YUVN1w9Urji1nH0V41pdg4UiSvxjun6ggE,1145
|
|
6
6
|
qmenta/core/platform.py,sha256=Gd-_8SmTNNcPqIM_wNG_EQE-3hIg49xKeeG0TxxslT0,5504
|
|
7
7
|
qmenta/core/upload/__init__.py,sha256=-VHwhSQkdUmw697v4o59iDiqdU6kh-8_3BklGp4W864,182
|
|
8
|
-
qmenta/core/upload/multi.py,sha256=
|
|
8
|
+
qmenta/core/upload/multi.py,sha256=3XiGxguP7V2zrGyKsaQx6xarbsVr-wUINkgLZJFQbno,4963
|
|
9
9
|
qmenta/core/upload/prepare.py,sha256=JcFSl8RRCsNnzcNvn7-d7ARUfZvvEJhuCuW5VbMjmpI,8139
|
|
10
10
|
qmenta/core/upload/single.py,sha256=FE4ZucI3qIEfzqhZKQPOKremzez7CjMRS28t-tsep4E,19356
|
|
11
11
|
qmenta/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
qmenta_core-4.1.
|
|
13
|
-
qmenta_core-4.1.
|
|
14
|
-
qmenta_core-4.1.
|
|
15
|
-
qmenta_core-4.1.
|
|
12
|
+
qmenta_core-4.1.dev707.dist-info/METADATA,sha256=lavi5Hlohk6L2SNf7cmAIirs5jNMD0CBMN8A-7hkxgM,1155
|
|
13
|
+
qmenta_core-4.1.dev707.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
14
|
+
qmenta_core-4.1.dev707.dist-info/entry_points.txt,sha256=8c0Nh22PxTp8Auui-k8qIinhdaotgc-wulDC3-PC92c,53
|
|
15
|
+
qmenta_core-4.1.dev707.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|