Skip to content

Commit

Permalink
increase timeout for cancel SQL button to appear in the status panel
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Oct 23, 2024
1 parent ac7f5a3 commit 18c5a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-console/src/scenes/Editor/Monaco/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const MonacoEditor = () => {
}),
)
}
}, 250)
}, 1000)

void quest
.queryRaw(request.query, { limit: "0,1000", explain: true })
Expand Down

0 comments on commit 18c5a46

Please sign in to comment.