-
Notifications
You must be signed in to change notification settings - Fork 528
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
fix: fix the upstream timeout unit #1580
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1580 +/- ##
==========================================
+ Coverage 69.01% 72.44% +3.42%
==========================================
Files 132 86 -46
Lines 5374 2355 -3019
Branches 592 592
==========================================
- Hits 3709 1706 -2003
+ Misses 1417 649 -768
+ Partials 248 0 -248
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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, and would like to update those 3 fields' value to 6
? for they are in seconds 🤔
Agree, So I update the commit. |
Hi @stu01509
and for the error https://github.com/apache/apisix-dashboard/pull/1580/checks?check_run_id=2100719617, may need @nic-chen 's help, for this error also occued in https://github.com/apache/apisix-dashboard/pull/1576/checks?check_run_id=2101373014 thanks a lot. |
I found the reason, will fix it soon |
thanks @liuxiran |
wait for #1594 |
hi, please sync codes from branch master. |
Done! |
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Fix The upstream timeout unit is seconds instead of milliseconds #1565
Bugfix
Description
How to fix?
Change the upstream timeout unit to s.