lol this was meant to be 10 seconds.

This commit is contained in:
Jake Archibald
2018-12-07 14:26:45 +00:00
parent db1db8506e
commit fd98d67b3e

View File

@@ -20,7 +20,7 @@ import * as browserPDF from './browser-pdf/encoder';
type ProcessorWorkerApi = import('./processor-worker').ProcessorWorkerApi;
/** How long the worker should be idle before terminating. */
const workerTimeout = 1000;
const workerTimeout = 10000;
interface ProcessingJobOptions {
needsWorker?: boolean;