Skip to content

Commit

Permalink
removed delay
Browse files Browse the repository at this point in the history
  • Loading branch information
vsvamsi1 committed Dec 19, 2024
1 parent 1878641 commit 8423126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/client/src/sagas/EvaluationsSaga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,6 @@ function* evaluationChangeListenerSaga(): any {
);
}

yield delay(500);

// We are dequing actions from the buffer and inferring the JS actions affected by each
// action. Through this we know ahead the nodes we need to specifically diff, thereby improving performance.
const affectedJSObjects = getAffectedJSObjectIdsFromAction(action);
Expand Down

0 comments on commit 8423126

Please sign in to comment.