Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 获取最大并发翻译数量
16
function
getMaxConcurrentTranslations(): number {
17
return
config.maxConcurrentTranslations || 6;
// 默认值为6
18
}
19
20
/**
21
* 添加翻译任务到队列
Callers
4
enqueueTranslation
Function · 0.85
processQueue
Function · 0.85
getQueueStatus
Function · 0.85
canAcceptMoreTasks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected