fix: Give media that is still loading a grace period before rebuilding (#2739)
- Related: #2718
This commit is contained in:
@@ -141,7 +141,7 @@ export class IssueStateManager implements IssueReadOnlyState {
|
||||
if (!force && !this._canRetryNow(issue)) {
|
||||
continue;
|
||||
}
|
||||
if (issue.retry?.()) {
|
||||
if (issue.retry?.(force)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user