Do not scan entire /var/opt/gitlab for stale pids
Fixes slow Docker startups because the entire content of /var/opt/gitlab (including the 'gitlab-rails' directory) is scanned for pid files. Fixed by limiting the find maximum depth to 2. Changelog: fixed Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8323 Relates: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6926
parent
91129c6a304b
No related branches found
No related tags found
Please register or sign in to comment