Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « repository « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62d5d3db4453e41fa4de60541bf320f3341801b0 (plain)
1
2
3
4
const TREE_PAGE_LIMIT = 1000; // the maximum amount of items per page

export const TREE_PAGE_SIZE = 100; // the amount of items to be fetched per (batch) request
export const TREE_INITIAL_FETCH_COUNT = TREE_PAGE_LIMIT / TREE_PAGE_SIZE; // the amount of (batch) requests to make