mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Reduce TTL of serializer workers
This commit is contained in:
parent
238724eed1
commit
395fa7197b
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ export const isCompressed = s =>
|
|||
* */
|
||||
|
||||
const defaultConfig = {
|
||||
threadTTL: 5000,
|
||||
threadTTL: 3000,
|
||||
};
|
||||
|
||||
const validateConfig = {
|
||||
|
|
Loading…
Reference in a new issue