Skip to content

Commit

Permalink
Change tabsToRestorePerSecond for recovery into same window
Browse files Browse the repository at this point in the history
  • Loading branch information
deanoemcke committed Oct 11, 2018
1 parent 1b4dea2 commit 2378f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/gsSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ var gsSession = (function() {
) {
tabPromises.push(
new Promise(async resolve => {
await gsUtils.setTimeout(i * (1000/tabsToRestorePerSecond));
await gsUtils.setTimeout(i * 20);
// dont await createNewTab as we want them to happen concurrently (but staggered)
createNewTabFromSessionTab(
sessionTab,
Expand Down

0 comments on commit 2378f89

Please sign in to comment.