mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Comic Shanns issues, new fonts structure (#8641)
This commit is contained in:
parent
15ca182333
commit
61623bbeba
279 changed files with 13267 additions and 488 deletions
|
@ -31,8 +31,8 @@ export class WorkerPool<T, R> {
|
|||
},
|
||||
) {
|
||||
this.workerUrl = workerUrl;
|
||||
// by default, active & idle workers will be terminated after 500ms of inactivity
|
||||
this.workerTTL = options.ttl || 500;
|
||||
// by default, active & idle workers will be terminated after 1s of inactivity
|
||||
this.workerTTL = options.ttl || 1000;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue