Commit 011222da authored by Eric Eastwood's avatar Eric Eastwood

Remove root user 100 project limit to rely on default 100,000

See https://gitlab.com/gitlab-org/gitlab-ce/issues/43271
parent 0a0f337c
...@@ -9,7 +9,6 @@ Gitlab::Seeder.quiet do ...@@ -9,7 +9,6 @@ Gitlab::Seeder.quiet do
s.username = 'root' s.username = 'root'
s.password = '5iveL!fe' s.password = '5iveL!fe'
s.admin = true s.admin = true
s.projects_limit = 100
s.confirmed_at = DateTime.now s.confirmed_at = DateTime.now
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment