summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repository/constants.js
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