aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-10-29 12:08:48 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2024-10-29 12:08:48 +0200
commitee9afe3a6ee7dc87196f74fe6567eed1db9015ea (patch)
tree9fa6943d5f19edd7a2c1bff9e577ee72d17edbbb
parent8a93dcabba6b1e6f5aafb715417e0a08b66d41ba (diff)
Increase build-result-request-max-size config option default value from 10M to 15MHEADmaster
-rw-r--r--etc/brep-module.conf4
-rw-r--r--etc/private/install/brep-module.conf4
-rw-r--r--mod/module.cli4
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 <name>=<mode>
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 <name>=<mode>
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
{
"<bytes>",
"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."
}
};