Remove root user 100 project limit to rely on default 100,000
See https://gitlab.com/gitlab-org/gitlab-ce/issues/43271
This commit is contained in:
parent
0a0f337c56
commit
011222da01
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ Gitlab::Seeder.quiet do
|
|||
s.username = 'root'
|
||||
s.password = '5iveL!fe'
|
||||
s.admin = true
|
||||
s.projects_limit = 100
|
||||
s.confirmed_at = DateTime.now
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue