From ee9afe3a6ee7dc87196f74fe6567eed1db9015ea Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Oct 2024 12:08:48 +0200 Subject: Increase build-result-request-max-size config option default value from 10M to 15M --- etc/brep-module.conf | 4 ++-- etc/private/install/brep-module.conf | 4 ++-- mod/module.cli | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 560227e..0ba085f 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -233,9 +233,9 @@ menu About=?about # The maximum size of the build result manifest accepted. Note that the HTTP # POST request body is cached to retry database transactions in the face of -# recoverable failures (deadlock, loss of connection, etc). Default is 10M. +# recoverable failures (deadlock, loss of connection, etc). Default is 15M. # -# build-result-request-max-size 10485760 +# build-result-request-max-size 15728640 # Enable or disable package build notification emails in the = diff --git a/etc/private/install/brep-module.conf b/etc/private/install/brep-module.conf index 0c7f065..8cf546f 100644 --- a/etc/private/install/brep-module.conf +++ b/etc/private/install/brep-module.conf @@ -233,9 +233,9 @@ menu About=?about # The maximum size of the build result manifest accepted. Note that the HTTP # POST request body is cached to retry database transactions in the face of -# recoverable failures (deadlock, loss of connection, etc). Default is 10M. +# recoverable failures (deadlock, loss of connection, etc). Default is 15M. # -# build-result-request-max-size 10485760 +# build-result-request-max-size 15728640 # Enable or disable package build notification emails in the = diff --git a/mod/module.cli b/mod/module.cli index f0efed8..ccfe032 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -647,13 +647,13 @@ namespace brep build_email_notification, handler { - size_t build-result-request-max-size = 10485760 + size_t build-result-request-max-size = 15728640 { "", "The maximum size of the build result manifest accepted. Note that the HTTP POST request body is cached to retry database transactions in the face of recoverable failures (deadlock, loss of connection, etc). The - default is 10M." + default is 15M." } }; -- cgit v1.1