mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-05 12:40:38 +08:00
shorter dedupe duration
This commit is contained in:
@@ -23,6 +23,7 @@ export const useGenericTaskAPI = <TaskType,>(taskApiEndpoint: string) => {
|
||||
{
|
||||
onSuccess: (data) => setTasks([data]),
|
||||
revalidateOnMount: true,
|
||||
dedupingInterval: 500,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user