mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 01:10:10 +02:00
fix: Comic Shanns issues, new fonts structure (#8641)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user