mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 07:40:39 +08:00
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export const historyPagination = {
|
|
defaultPageSize: 5,
|
|
hideOnSinglePage: true,
|
|
};
|