Skip to content
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

increase db.statement threshold to 4096 #2892

Merged
merged 1 commit into from
Oct 10, 2024
Merged

increase db.statement threshold to 4096 #2892

merged 1 commit into from
Oct 10, 2024

Conversation

fallwith
Copy link
Contributor

@fallwith fallwith commented Oct 5, 2024

increase the db.statement max from 2000 to 4096 as per the updated cross agent spec

increase the db.statement max from 2000 to 4096 as per the updated cross
agent spec
Copy link

github-actions bot commented Oct 5, 2024

SimpleCov Report

Coverage Threshold
Line 93.8% 93%
Branch 69.62% 50%

@@ -52,6 +52,8 @@ module SpanEventPrimitive
DATASTORE_CATEGORY = 'datastore'
CLIENT = 'client'

DB_STATEMENT_MAX_BYTES = 4096
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 4096 or 4095? Because null terminator?

@fallwith fallwith merged commit f7803d5 into dev Oct 10, 2024
33 checks passed
@fallwith fallwith deleted the the_boy_and_the_dog branch October 10, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Code Complete/Done
Development

Successfully merging this pull request may close these issues.

2 participants