We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465c576 commit 0c6adaaCopy full SHA for 0c6adaa
lib/dynamo-restore.js
@@ -16,7 +16,7 @@ var DYNAMO_CHUNK_SIZE = 25;
16
function DynamoRestore(options) {
17
options = options || {};
18
options.concurrency = options.concurrency || 200;
19
- options.minConcurrency = Math.ceil(options.concurrency * 0.1);
+ options.minConcurrency = 1;
20
options.maxConcurrency = options.concurrency;
21
options.readcapacity = options.readcapacity || 5;
22
options.writecapacity = options.writecapacity || 5;
0 commit comments