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

Change query processing wait time to make response quick #7320

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yoshiokatsuneo
Copy link
Contributor

What type of PR is this?

  • Feature

Description

Before this PR, the query waiting interval is 0.5 seconds for up to 10 times, and 3 seconds after that.
So, the refreshStatus happens like: 0.5 / 1 / 1.5 / 2 / 2.5 / 3 / 3.5 / 4 / 4.5 / 5 / 8 / 11 / 14 (seconds) ...
There is large gap around ".. 4.5 / 5 / 8 ...".

This PR make the retrying interval gap more smooth by setting wait time to 1 second for retrying number between 11 and 50.

How is this tested?

  • Manually

@yoshiokatsuneo yoshiokatsuneo changed the title Change query processing wait time to make more response quick Change query processing wait time to make response quick Feb 10, 2025
@yoshiokatsuneo yoshiokatsuneo force-pushed the feat/change_query_processing_waittime branch from 60cd225 to 2b19010 Compare February 10, 2025 16:39
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.

1 participant