prolong worker lifetime to 5 minutes (#993)
This commit is contained in:
parent
ca3633b896
commit
09f6e8d44a
|
@ -6,7 +6,7 @@ const workerUtil = (() => {
|
|||
const loadedScripts = new Set();
|
||||
return {createWorker, createAPI, loadScript, cloneError};
|
||||
|
||||
function createWorker({url, lifeTime = 30}) {
|
||||
function createWorker({url, lifeTime = 300}) {
|
||||
let worker;
|
||||
let id;
|
||||
let timer;
|
||||
|
|
Loading…
Reference in New Issue
Block a user