Skip to content

Commit

Permalink
Increased Worker to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshettyin authored Nov 10, 2024
1 parent 57b6503 commit 877a80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-clickhouse/src/services/redis/worker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Worker } from 'worker_threads';

const numWorkers = 2;
const numWorkers = 4;
const workers = [];

import path from 'path';
Expand Down

0 comments on commit 877a80b

Please sign in to comment.