Skip to content

Increase max redirects filesize

Marcel Amirault requested to merge increase-max-redirects-size into master

The docs project needs to use redirects, because we currently have 488 redirect files in the project we want to delete. See gitlab-docs!1188 (merged). This means the redirects file is already over the 32k limit.

Simply doubling to 64k seems like an easy solution, as suggested in gitlab-docs!1188 (comment 419982079). It'll give us the space we need, and some extra on top of that as we'll probably need to add more redirects over time.

Related to #472 (closed)

Edited by Marcel Amirault

Merge request reports