aboutsummaryrefslogtreecommitdiff
path: root/etc
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 /etc
parent8a93dcabba6b1e6f5aafb715417e0a08b66d41ba (diff)
Increase build-result-request-max-size config option default value from 10M to 15MHEADmaster
Diffstat (limited to 'etc')
-rw-r--r--etc/brep-module.conf4
-rw-r--r--etc/private/install/brep-module.conf4
2 files changed, 4 insertions, 4 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>