Skip to content

Commit 3ca00e3

Browse files
feat(ui): reduce storage persist debounce to 300ms
matches pre-server-backed-state-persistence value
1 parent 61114ce commit 3ca00e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/app/components/InvokeAIUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const InvokeAIUI = ({
9898
loggingOverrides,
9999
onClickGoToModelManager,
100100
whatsNew,
101-
storagePersistDebounce = 2000,
101+
storagePersistDebounce = 300,
102102
}: Props) => {
103103
const [store, setStore] = useState<ReturnType<typeof createStore> | undefined>(undefined);
104104
const [didRehydrate, setDidRehydrate] = useState(false);

0 commit comments

Comments
 (0)