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 = {