MCPcopy Create free account
hub / github.com/Bistutu/FluentRead / getMaxConcurrentTranslations

Function getMaxConcurrentTranslations

entrypoints/utils/translateQueue.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15// 获取最大并发翻译数量
16function getMaxConcurrentTranslations(): number {
17 return config.maxConcurrentTranslations || 6; // 默认值为6
18}
19
20/**
21 * 添加翻译任务到队列

Callers 4

enqueueTranslationFunction · 0.85
processQueueFunction · 0.85
getQueueStatusFunction · 0.85
canAcceptMoreTasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected