mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add note node #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -318,7 +318,7 @@ export const useFetchMessageTrace = () => {
|
||||
refetchOnWindowFocus: false,
|
||||
gcTime: 0,
|
||||
enabled: !!id && !!messageId,
|
||||
refetchInterval: 2000,
|
||||
refetchInterval: 3000,
|
||||
queryFn: async () => {
|
||||
const { data } = await flowService.trace({
|
||||
canvas_id: id,
|
||||
|
||||
Reference in New Issue
Block a user