requires:housekeeping_full_repack_period,type: Integer,desc: "Number of Git pushes after which a full 'git repack' is run."
requires:housekeeping_full_repack_period,type: Integer,desc: "Number of Git pushes after which a full 'git repack' is run."
requires:housekeeping_gc_period,type: Integer,desc: "Number of Git pushes after which 'git gc' is run."
requires:housekeeping_gc_period,type: Integer,desc: "Number of Git pushes after which 'git gc' is run."
end
end
<<<<<<<HEAD
optional:terminal_max_session_time,type: Integer,desc: 'Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.'
optional:polling_interval_multiplier,type: BigDecimal,desc: 'Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.'
optional:polling_interval_multiplier,type: BigDecimal,desc: 'Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.'
# GitLab-EE specific settings
# GitLab-EE specific settings
optional:help_text,type: String,desc: 'GitLab server administrator information'
optional:help_text,type: String,desc: 'GitLab server administrator information'
...
@@ -127,10 +127,6 @@ module API
...
@@ -127,10 +127,6 @@ module API
optional:usage_ping_enabled,type: Boolean,desc: 'Every week GitLab will report license usage back to GitLab, Inc.'
optional:usage_ping_enabled,type: Boolean,desc: 'Every week GitLab will report license usage back to GitLab, Inc.'
optional:repository_storages,type: Array[String],desc: 'A list of names of enabled storage paths, taken from `gitlab.yml`. New projects will be created in one of these stores, chosen at random.'
optional:repository_storages,type: Array[String],desc: 'A list of names of enabled storage paths, taken from `gitlab.yml`. New projects will be created in one of these stores, chosen at random.'
optional:repository_size_limit,type: Integer,desc: 'Size limit per repository (MB)'
optional:repository_size_limit,type: Integer,desc: 'Size limit per repository (MB)'
=======
optional:terminal_max_session_time,type: Integer,desc: 'Maximum time for web terminal websocket connection (in seconds). Set to 0 for unlimited time.'
optional:polling_interval_multiplier,type: BigDecimal,desc: 'Interval multiplier used by endpoints that perform polling. Set to 0 to disable polling.'