We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4269fc commit cf65122Copy full SHA for cf65122
src/services/api.js
@@ -153,20 +153,23 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
153
database,
154
action,
155
stats,
156
+ timeout: 600000,
157
});
158
}
159
getExplainQuery(query, database) {
160
return this.post(this.getPath('/viewer/json/query'), {
161
query,
162
163
action: 'explain',
164
165
166
167
getExplainQueryAst(query, database) {
168
169
170
171
action: 'explain-ast',
172
173
174
175
getHotKeys(path, enableSampling) {
0 commit comments