Skip to content

Commit

Permalink
perf: ⚡️ batch korpora generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lagleki committed Sep 1, 2024
1 parent 6b6528c commit c813484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/korpora/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { autoSplitNTranslate } = require("./autotranslate");
const { languages } = require("../../config/locales.json");

const allLanguages = Object.keys(languages);
const MAX_CONCURRENT_TASKS = 5;
const MAX_CONCURRENT_TASKS = 10;

function parseTableCell(cellContent) {
if (!cellContent) return "";
Expand Down

0 comments on commit c813484

Please sign in to comment.