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 कारतोफ्फेलस्क्रिप्ट™
parent d5d9f58f17
commit 6d5c35d17f

View file

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