Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
chore: ワーカー数を20に
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Sep 30, 2023
1 parent aead532 commit 0908d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/noteWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AyuskeyNextEntities } from "@/v13/models";
const cluster = require('cluster');

async function main() {
const numWorkers = 16;
const numWorkers = 20;

if (cluster.isPrimary) {
for (let i = 0; i < numWorkers; i++) {
Expand Down

0 comments on commit 0908d20

Please sign in to comment.