diff --git a/platform/common/vapi-client.js b/platform/common/vapi-client.js index 9375e88a3..ca125b584 100644 --- a/platform/common/vapi-client.js +++ b/platform/common/vapi-client.js @@ -22,10 +22,6 @@ // For non-background page -/* globals browser */ - -'use strict'; - /******************************************************************************/ // https://github.com/chrisaljoudi/uBlock/issues/456 @@ -203,7 +199,7 @@ vAPI.messaging = { // the main process is no longer reachable: memory leaks and bad // performance become a risk -- especially for long-lived, dynamic // pages. Guard against this. - if ( this.pending.size > 50 ) { + if ( this.pending.size > 1000 ) { vAPI.shutdown.exec(); } const port = this.getPort();