fix : add workers info
This commit is contained in:
@@ -37,6 +37,14 @@ const nextConfig = (phase: string): NextConfig => ({
|
|||||||
key: "Cross-Origin-Opener-Policy",
|
key: "Cross-Origin-Opener-Policy",
|
||||||
value: "same-origin",
|
value: "same-origin",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "Cache-Control",
|
||||||
|
value: "public, max-age=31536000, immutable",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "Age",
|
||||||
|
value: "181921",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export class UciEngine {
|
|||||||
}
|
}
|
||||||
engine.isReady = true;
|
engine.isReady = true;
|
||||||
|
|
||||||
console.log(`${engineName} initialized`);
|
console.log(`${engineName} initialized with ${workers.length} workers`);
|
||||||
return engine;
|
return engine;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user