Skip to content

Commit efe6ba9

Browse files
committed
Disable multithreading in bulk transfers
1 parent 0e02e0a commit efe6ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/lsst/resources/_resourcePath.py

+1
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ def mtransfer(
934934
transfer=transfer,
935935
overwrite=overwrite,
936936
transaction=transaction,
937+
multithreaded=False,
937938
): to_uri
938939
for from_uri, to_uri in from_to
939940
}

0 commit comments

Comments
 (0)