Skip to content

Commit 023246f

Browse files
committed
Reduce maxParallelReloadTabsCount to 3 matching to Firefox's MAX_CONCURRENT_TAB_RESTORES (browser.sessionstore.max_concurrent_tabs in old versions)
1 parent 8d5d064 commit 023246f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webextensions/common/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ export const configs = new Configs({
485485
nativeTabGroupModificationDetectionTimeoutAfterTabMove: 500,
486486
expandNativeTabGroupByMemberTreeExpansion: true,
487487
undoMultipleTabsClose: true,
488-
maxParallelReloadTabsCount: 10,
488+
maxParallelReloadTabsCount: 3,
489489
allowDragNewTabButton: true,
490490
newTabButtonDragGestureModifiers: 'shift',
491491
migratedBookmarkUrls: [],

0 commit comments

Comments
 (0)