Skip to content

Commit 5422b9b

Browse files
committed
Merge pull request #148 from shabtaisharon/change_number_threads
change the number of default threads from 20 to 10
2 parents 341c7de + a52701f commit 5422b9b

File tree

1 file changed

+1
-1
lines changed
  • ds3-sdk/src/main/java/com/spectralogic/ds3client/helpers

1 file changed

+1
-1
lines changed

ds3-sdk/src/main/java/com/spectralogic/ds3client/helpers/JobImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import java.util.UUID;
2323

2424
abstract class JobImpl implements Job {
25-
protected int maxParallelRequests = 20;
25+
protected int maxParallelRequests = 10;
2626
protected final Ds3Client client;
2727
protected final MasterObjectList masterObjectList;
2828

0 commit comments

Comments
 (0)