1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 10:24:59 +12:00

Update cookies.js

This commit is contained in:
zero77 2018-01-14 14:11:33 +00:00 committed by GitHub
parent 7dac50008a
commit 1e9ba22299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ var removePageCookiesAsync = function(pageStats) {
}
removePageCookiesQueue.set(pageStats.pageUrl, pageStats);
if ( processPageRemoveQueueTimer === null ) {
processPageRemoveQueueTimer = vAPI.setTimeout(processPageRemoveQueue, 15 * 1000);
processPageRemoveQueueTimer = vAPI.setTimeout(processPageRemoveQueue, 1 * 1000);
}
};