Skip to content

Commit

Permalink
Reduce TTL of serializer workers
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 5, 2024
1 parent 238724e commit 395fa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/scuo-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ export const isCompressed = s =>
* */

const defaultConfig = {
threadTTL: 5000,
threadTTL: 3000,
};

const validateConfig = {
Expand Down

0 comments on commit 395fa71

Please sign in to comment.