Skip to content

Commit

Permalink
fix(desk): use longer throttle time when refetching references
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 14, 2022
1 parent 221628b commit 4166119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const useInternalReferences = createHookFromObservableFactory(
return documentStore.listenQuery(
{fetch: fetchQuery, listen: listenQuery},
{documentId},
{tag: 'use-referring-documents', transitions: ['appear', 'disappear']}
{tag: 'use-referring-documents', transitions: ['appear', 'disappear'], throttleTime: 5000}
) as Observable<ReferringDocuments['internalReferences']>
}
)
Expand Down

0 comments on commit 4166119

Please sign in to comment.