Commit 84870add authored by Shinya Maeda's avatar Shinya Maeda

Optimize release index page markdown rendering

This commit optimizes the markdown processing.
parent c0f5ca55
......@@ -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