Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit f43c8ec

Browse files
committed
Fixed missing configuration for incrementing write capacity as per #7
1 parent 1a5440a commit f43c8ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const config = {
2929
min: 1,
3030
max: 10,
3131
increment: {
32+
thresholdPercent: 90,
3233
adjustmentPercent: 100,
3334
adjustmentUnits: 3,
3435
},

0 commit comments

Comments
 (0)