Skip to content

Commit

Permalink
Increase debounce time to 10s
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Jul 18, 2024
1 parent e2d3154 commit 07cb2e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
const debounceAutosave = useCallback(
debounce(async () => {
triggerAutosave();
}, 1000),
}, 10000),
[autosave]
);

Expand Down

0 comments on commit 07cb2e1

Please sign in to comment.