Commit 8fefb07a authored by Nathan Friend's avatar Nathan Friend

Merge branch 'optimize-release-page-markdown-rendering' into 'master'

Reduce the per-page size in release index page for reducing the number of markdown post-processing

See merge request gitlab-org/gitlab!50934
parents 8dadea1c 84870add
......@@ -13,7 +13,7 @@ export const ASSET_LINK_TYPE = Object.freeze({
export const DEFAULT_ASSET_LINK_TYPE = ASSET_LINK_TYPE.OTHER;
export const PAGE_SIZE = 20;
export const PAGE_SIZE = 10;
export const ASCENDING_ODER = 'asc';
export const DESCENDING_ORDER = 'desc';
......
---
title: Reduce per-page size in release index pages for loading faster
merge_request: 50934
author:
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment