Commit 893a3159 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 批量删除问答知识库切片超时时间

See merge request !196
parents ff32fa0e d1030e5e
......@@ -246,7 +246,7 @@ export function fetchBatchDeleteQAKnowledgeChunks<T>(kdId: number, chunkRelation
`/qAKnowledgeRest/batchDeleteKnowledgeChunks.json?kdId=${kdId}&chunkRelationIds=${chunkRelationIds}`,
null,
{
timeout: 15000,
timeout: 40000,
},
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment