mirror of https://github.com/gorhill/uBlock.git
Reduce TTL of serializer workers
This commit is contained in:
parent
238724eed1
commit
395fa7197b
|
@ -1115,7 +1115,7 @@ export const isCompressed = s =>
|
||||||
* */
|
* */
|
||||||
|
|
||||||
const defaultConfig = {
|
const defaultConfig = {
|
||||||
threadTTL: 5000,
|
threadTTL: 3000,
|
||||||
};
|
};
|
||||||
|
|
||||||
const validateConfig = {
|
const validateConfig = {
|
||||||
|
|
Loading…
Reference in New Issue