aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."
}
};