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

fix/QB-2348 upload max interval for sp conn retry #564

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

WangLiStratos
Copy link
Contributor

No description provided.

@@ -11,7 +11,7 @@ import (

const (
MIN_RELOAD_SP_INTERVAL = 3
MAX_RELOAD_SP_INTERVAL = 900 //15 min
MAX_RELOAD_SP_INTERVAL = 300 //15 min
Copy link
Contributor

Choose a reason for hiding this comment

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

the comment is not updated

@WangLiStratos WangLiStratos force-pushed the QB-2348_shorten-max-sp-conn-retry-interval branch from 2e05949 to 1ac4e8f Compare January 3, 2024 14:28
@WangLiStratos WangLiStratos force-pushed the QB-2348_shorten-max-sp-conn-retry-interval branch from 1ac4e8f to d0fe083 Compare January 3, 2024 14:54
@jinzuo-qsn jinzuo-qsn merged commit d30e17f into dev Jan 3, 2024
2 checks passed
@jinzuo-qsn jinzuo-qsn deleted the QB-2348_shorten-max-sp-conn-retry-interval branch January 3, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants