Skip to content

Commit

Permalink
nimber of workers reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid.polukhin committed Jun 27, 2024
1 parent 9d11137 commit 1e0abb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webpack5/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { WorkerUrl } from 'worker-url';
function App() {
const WorkerURL = new WorkerUrl(new URL('./worker/worker.ts', import.meta.url))
const pool = workerpool.pool(WorkerURL.toString(), {
maxWorkers: 4,
maxWorkers: 3,
});


Expand Down

0 comments on commit 1e0abb4

Please sign in to comment.