diff --git a/src/store/modules/async-profiling.ts b/src/store/modules/async-profiling.ts index 7821f4c7..a0041f18 100644 --- a/src/store/modules/async-profiling.ts +++ b/src/store/modules/async-profiling.ts @@ -62,6 +62,7 @@ export const asyncProfilingStore = defineStore({ const res: AxiosResponse = await graphql.query("getAsyncTaskList").params({ request: { serviceId: selectorStore.currentService.id, + limit: 10000, }, }); this.loadingTasks = false;