-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for setting the maximum number of concurrent transactions #2926
Conversation
Overall package sizeSelf size: 3.98 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #2926 +/- ##
==========================================
- Coverage 87.59% 87.59% -0.01%
==========================================
Files 327 327
Lines 11708 11712 +4
Branches 33 33
==========================================
+ Hits 10256 10259 +3
- Misses 1452 1453 +1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d716be0
to
34553d0
Compare
f01c9cb
to
45bf1a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It changes the registry of the whole file.
I would try to delete your yarn.lock
and execute again yarn
. I guess there should be only one change related with the @datadog/native-iast-taint-tracking
version update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, although there is another package updated (pprof) don't know why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did they forget to update the yarn.lock when they changed the version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that is likely the case. Nicolas was the one that updated it.
45bf1a8
to
db8b6ee
Compare
db8b6ee
to
b382192
Compare
…#2926) * Add support for setting the maximum number of concurrent transactions in iast operations. * Update taint tracking module to version 1.3.1.
…#2926) * Add support for setting the maximum number of concurrent transactions in iast operations. * Update taint tracking module to version 1.3.1.
…#2926) * Add support for setting the maximum number of concurrent transactions in iast operations. * Update taint tracking module to version 1.3.1.
…#2926) * Add support for setting the maximum number of concurrent transactions in iast operations. * Update taint tracking module to version 1.3.1.
What does this PR do?
Modify the maximum number of transactions accordingly with the maximum number of concurrent request.