1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 01:35:00 +12:00

oops: 5 min, not 5 hr

This commit is contained in:
gorhill 2014-10-28 00:18:51 -04:00
parent 257844c233
commit 02e6b2c2d8

View file

@ -138,7 +138,7 @@
var pageStore = this.pageStats[pageURL];
pageStore.boundCount -= 1;
if ( pageStore.boundCount === 0 ) {
pageStore.obsoleteAfter = Date.now() + (5 * 60 * 60 * 1000);
pageStore.obsoleteAfter = Date.now() + (5 * 60 * 1000);
}
}
delete this.tabIdToPageUrl[tabId];