-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
optimize: optimize some default configuration value #2255
Conversation
Signed-off-by: slievrly <slievrly@163.com>
Codecov Report
@@ Coverage Diff @@
## develop #2255 +/- ##
=============================================
- Coverage 50.08% 49.97% -0.11%
- Complexity 2660 2663 +3
=============================================
Files 518 518
Lines 17030 17011 -19
Branches 2061 2022 -39
=============================================
- Hits 8530 8502 -28
+ Misses 7691 7681 -10
- Partials 809 828 +19 |
Codecov Report
@@ Coverage Diff @@
## develop #2255 +/- ##
=============================================
+ Coverage 50.08% 50.12% +0.03%
- Complexity 2660 2664 +4
=============================================
Files 518 518
Lines 17030 17030
Branches 2061 2061
=============================================
+ Hits 8530 8536 +6
+ Misses 7691 7689 -2
+ Partials 809 805 -4
|
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.
LGTM
Signed-off-by: slievrly <slievrly@163.com>
Signed-off-by: slievrly <slievrly@163.com>
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.
LGTM.
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.
LGTM
Signed-off-by: slievrly slievrly@163.com
Ⅰ. Describe what this PR did
optimize: optimize some default configuration value
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews