-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fetch URL throttle delay update #5188
Fetch URL throttle delay update #5188
Conversation
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.
tested and works as expected in Edge.
…o issue-5173-fetch-url-delay-update
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.
As I mentioned in my comment on #5173, I don't think the 200ms minimum applies to the delay, but instead to the retry interval.
@@ -9,7 +9,7 @@ | |||
<td><input bind="columnNameInput" size="40" /></td> | |||
|
|||
<td width="1%" style="white-space: pre;" bind="or_views_throttle"></td> | |||
<td><input bind="throttleDelayInput" size="10" value="5000" /> <span bind="or_views_milli"></span></td> | |||
<td><input bind="throttleDelayInput" size="10" value="500" /> <span bind="or_views_milli"></span></td> |
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.
I like the new default. That's always my starting point.
Fixes #5173
Changes proposed in this pull request: