Improve typing CPU/GPU performance
This commit is contained in:
parent
f8beea915d
commit
88858af144
1 changed files with 1 additions and 1 deletions
|
@ -1307,7 +1307,7 @@ export function resetComposer(conversationId: string): ResetComposerActionType {
|
|||
},
|
||||
};
|
||||
}
|
||||
const debouncedSaveDraft = debounce(saveDraft);
|
||||
const debouncedSaveDraft = debounce(saveDraft, 100);
|
||||
|
||||
function saveDraft(
|
||||
conversationId: string,
|
||||
|
|
Loading…
Reference in a new issue