fix(editor): Update execution loading parameters after pushing test values (no-changelog) (#5876)

This commit is contained in:
Milorad FIlipović 2023-04-01 07:45:11 +02:00 committed by GitHub
parent 946f7f38ba
commit 9ada331212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,9 +67,9 @@ import { useTagsStore } from '@/stores/tags';
import { executionFilterToQueryFilter } from '@/utils/executionUtils';
// Number of execution pages that are fetched before temporary execution card is shown
const MAX_LOADING_ATTEMPTS = 1;
const MAX_LOADING_ATTEMPTS = 5;
// Number of executions fetched on each page
const LOAD_MORE_PAGE_SIZE = 10;
const LOAD_MORE_PAGE_SIZE = 100;
export default mixins(
restApi,