fix: change some default setting

This commit is contained in:
Gabe
2025-10-16 19:35:28 +08:00
parent beef51ef38
commit a8965a01e3
3 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ export const apiMicrosoftLangdetect = async (text) => {
const key = `${URL_CACHE_DELANG}_${OPT_TRANS_MICROSOFT}`;
const queue = getBatchQueue(key, handleMicrosoftLangdetect, {
batchInterval: 500,
batchInterval: 200,
batchSize: 20,
batchLength: 100000,
});