Skip to content

Commit

Permalink
Load many secrets faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoppema committed Aug 21, 2019
1 parent 695ec76 commit eb34f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@

restoreLastQuery();
}
}, i * 25);
}, i * (Math.max(5, 500 / secrets.length)));
});
});
} else {
Expand Down

0 comments on commit eb34f34

Please sign in to comment.