mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 17:19:56 +08:00
feat(server): copilot job models (#10732)
This commit is contained in:
@@ -54,4 +54,8 @@ defineRuntimeConfig('job', {
|
||||
default: 1,
|
||||
desc: 'Concurrency of worker consuming of doc job queue',
|
||||
},
|
||||
'queues.copilot.concurrency': {
|
||||
default: 1,
|
||||
desc: 'Concurrency of worker consuming of copilot job queue',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user