We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61114ce commit 3ca00e3Copy full SHA for 3ca00e3
invokeai/frontend/web/src/app/components/InvokeAIUI.tsx
@@ -98,7 +98,7 @@ const InvokeAIUI = ({
98
loggingOverrides,
99
onClickGoToModelManager,
100
whatsNew,
101
- storagePersistDebounce = 2000,
+ storagePersistDebounce = 300,
102
}: Props) => {
103
const [store, setStore] = useState<ReturnType<typeof createStore> | undefined>(undefined);
104
const [didRehydrate, setDidRehydrate] = useState(false);
0 commit comments