Needs config

Hello
I use gitlab 14.2.3-ee self installation in docker container

I try to make job with 6 needs items. Each item points to other repository job. Gitlab returns error
This GitLab CI configuration is invalid: jobs:windows_job:needs config must be less than or equal to 5.

according to documentation * In GitLab 12.3, maximum number of jobs in needs array raised from five to 50.

I tried to set this limit to 10 in gitlab console but result is the same.