Commit d7ecdceb authored by Rémy Coutable's avatar Rémy Coutable

Don't expire the current ApplicationSetting in config/initializers/1_settings.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2bdf6ede
......@@ -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
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