mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix
This commit is contained in:
parent
6768701ead
commit
137b6ffa55
@ -62,6 +62,7 @@ export const asyncProfilingStore = defineStore({
|
|||||||
const res: AxiosResponse = await graphql.query("getAsyncTaskList").params({
|
const res: AxiosResponse = await graphql.query("getAsyncTaskList").params({
|
||||||
request: {
|
request: {
|
||||||
serviceId: selectorStore.currentService.id,
|
serviceId: selectorStore.currentService.id,
|
||||||
|
limit: 10000,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
this.loadingTasks = false;
|
this.loadingTasks = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user