Closed TimCsaky closed 1 year ago
Code Climate has analyzed commit a19b0923 and detected 8 issues on this pull request.
Here's the issue category breakdown:
Category | Count |
---|---|
Complexity | 2 |
Duplication | 6 |
The test coverage on the diff in this pull request is 7.8% (50% is the threshold).
This pull request will bring the total coverage in the repository to 63.5% (-0.9% change).
View more on Code Climate.
Totals | |
---|---|
Statements: | 57.05% ( 2619 / 4591 ) |
Methods: | 47.01% ( 291 / 619 ) |
Lines: | 63.57% ( 1574 / 2476 ) |
Branches: | 50.4% ( 754 / 1496 ) |
Description
remove default S3 upload queue size override queue size represents a limit to how many parts can be processed in parallel. increasing to 4 may prevent memory spikes in memory usage of COMS as the file 'backs up' in a memory buffer.
Types of changes
Checklist
Further comments