Improve typing CPU/GPU performance

This commit is contained in:
Jamie Kyle 2023-07-31 09:21:51 -07:00 committed by GitHub
parent f8beea915d
commit 88858af144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1307,7 +1307,7 @@ export function resetComposer(conversationId: string): ResetComposerActionType {
},
};
}
const debouncedSaveDraft = debounce(saveDraft);
const debouncedSaveDraft = debounce(saveDraft, 100);
function saveDraft(
conversationId: string,