Skip to content

Commit

Permalink
Disable query execution delay
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 17, 2023
1 parent c16c1ba commit 2e14a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/report/editor-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@ export default function(host, updateParams) {

scheduledCompute = null;

while (Date.now() - startTime < 500) {
//
}
// while (Date.now() - startTime < 500) {
// //
// }

try {
computation.computed = host.query(computation.query, computation.data, computation.context);
Expand Down

0 comments on commit 2e14a1b

Please sign in to comment.