1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Reduce TTL of serializer workers

This commit is contained in:
Raymond Hill 2024-03-05 07:27:02 -05:00
parent 238724eed1
commit 395fa7197b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1115,7 +1115,7 @@ export const isCompressed = s =>
* */
const defaultConfig = {
threadTTL: 5000,
threadTTL: 3000,
};
const validateConfig = {