Hi there,
Please bump up the previous sessions from 500 to a higher value. Something like 100 k would be nice.
Thank you!
P.S:
For anyone wondering how you can do that yourselves:
1. Downloaded the extension as .zip
2. Extract it
3. Head over to background.bundle.js and replace the 2 occurrences of 500 of
var PREVIOUS_SESSION_QUEUE_SIZE = 500;
with any value you want.
4. Save the file
5. Enable developer mode in Chrome for extensions
6. Hit "Load unpacked" and select the extracted folder of the extension, whose file you have just modified