Skip to content

Docs: update Pages limits with actual default

Jaime Martinez requested to merge update-pages-limits into master

What does this MR do and why?

The default stated in the docs says the pages_file_entries limit is 100_000 but the default value in the database is 200_000 https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/structure.sql?expanded=true&viewer=simple#L18609

  pages_file_entries integer DEFAULT 200000 NOT NULL,

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading