Commit a8794c42 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '54719-enable-hashed-storage-by-default-in-development-mode' into 'master'

Resolve "Enable Hashed Storage by default in development mode"

Closes #54719

See merge request gitlab-org/gitlab-ce!23889
parents da54f81b 61b14a20
# frozen_string_literal: true
# Enable hashed storage, in development mode, for all projects by default.
Gitlab::Seeder.quiet do
ApplicationSetting.create_from_defaults unless ApplicationSetting.current_without_cache
ApplicationSetting.current_without_cache.update!(hashed_storage_enabled: true)
print '.'
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