From 007b81b8e298269bfdc5cac61bc11ae21b3825a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=A1vila?= Date: Wed, 1 Aug 2018 09:47:14 -0500 Subject: Add receive_max_input_size setting to Application settings If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse --- app/helpers/application_settings_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/helpers/application_settings_helper.rb') diff --git a/app/helpers/application_settings_helper.rb b/app/helpers/application_settings_helper.rb index 684c84c3006..90fbf49be4a 100644 --- a/app/helpers/application_settings_helper.rb +++ b/app/helpers/application_settings_helper.rb @@ -220,6 +220,7 @@ module ApplicationSettingsHelper :recaptcha_enabled, :recaptcha_private_key, :recaptcha_site_key, + :receive_max_input_size, :repository_checks_enabled, :repository_storages, :require_two_factor_authentication, -- cgit v1.2.1