Skip to content

Commit

Permalink
chore: set schema_version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed May 2, 2024
1 parent eb0858c commit 63655e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/threading/taskHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function runTask({
}: InnerTaskData) {
debug(`Worker thread ${threadId} beginning ${Piscina.workerData.queue} task.`);

global.SCHEMA_VERSION = "1.4.0";
global.SCHEMA_VERSION = "1.5.0";

global.parentPort = port;
port.postMessage({ threadId, registerId: true });
Expand Down

0 comments on commit 63655e3

Please sign in to comment.