Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Components/Pages/Jobs.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@ else
/// Opens a URL in a new tab that automatically closes after a delay.
/// Used for fetch-details fallback where the browser extension captures data.
/// </summary>
private async Task OpenTabAndAutoClose(string url, int delaySeconds = 10)
private async Task OpenTabAndAutoClose(string url, int delaySeconds = 30)
{
await JSRuntime.InvokeVoidAsync("crawlPagesRunner.openAndScheduleClose", url, delaySeconds, true);
}
Expand Down
Loading