Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vsvamsi1 committed Jan 10, 2025
1 parent 6611264 commit 693a3f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/client/src/sagas/EvaluationsSaga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,9 @@ function* evaluationChangeListenerSaga(): any {
hasDebouncedHandleUpdate,
} = action as unknown as BUFFERED_ACTION;

// when there are
// when there are both debounced action updates evaluation and a regular evaluation
// we will convert that to a regular evaluation this should help in performance by
// not performing a debounced action updates evaluation
if (hasDebouncedHandleUpdate && hasBufferedAction) {
const affectedJSObjects = getAffectedJSObjectIdsFromAction(action);

Expand Down

0 comments on commit 693a3f8

Please sign in to comment.