diff options
author | Fabian Schneider <fabbbbbi+git@googlemail.com> | 2019-01-10 22:06:42 +0100 |
---|---|---|
committer | Fabian Schneider <fabbbbbi+git@googlemail.com> | 2019-02-06 17:33:57 +0100 |
commit | 864ce6b87ad610ac0bace900bb7e9ebcc0d63983 (patch) | |
tree | 13fcf0649e07851aed7013a130e5e7452c8c45cc /app/models/application_setting.rb | |
parent | 8fabc92e8b4779030c4fa09d8e1c72f213814787 (diff) | |
download | gitlab-ce-864ce6b87ad610ac0bace900bb7e9ebcc0d63983.tar.gz |
Rename setting, fix wordings
Diffstat (limited to 'app/models/application_setting.rb')
-rw-r--r-- | app/models/application_setting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb index 4f9dee1720c..6d7c51c2315 100644 --- a/app/models/application_setting.rb +++ b/app/models/application_setting.rb @@ -237,7 +237,6 @@ class ApplicationSetting < ActiveRecord::Base container_registry_token_expire_delay: 5, default_artifacts_expire_in: '30 days', default_branch_protection: Settings.gitlab['default_branch_protection'], - default_first_day_of_week: 0, default_group_visibility: Settings.gitlab.default_projects_features['visibility_level'], default_project_visibility: Settings.gitlab.default_projects_features['visibility_level'], default_projects_limit: Settings.gitlab['default_projects_limit'], @@ -247,6 +246,7 @@ class ApplicationSetting < ActiveRecord::Base dsa_key_restriction: 0, ecdsa_key_restriction: 0, ed25519_key_restriction: 0, + first_day_of_week: 0, gitaly_timeout_default: 55, gitaly_timeout_fast: 10, gitaly_timeout_medium: 30, |