Don't expire the current ApplicationSetting in config/initializers/1_settings.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
2bdf6edefa
commit
d7ecdceb64
1 changed files with 0 additions and 3 deletions
|
@ -470,6 +470,3 @@ if Rails.env.test?
|
|||
Settings.gitlab['default_can_create_group'] = true
|
||||
Settings.gitlab['default_can_create_team'] = false
|
||||
end
|
||||
|
||||
# Force a refresh of application settings at startup
|
||||
ApplicationSetting.expire
|
||||
|
|
Loading…
Reference in a new issue