aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/module.cli4
1 files changed, 2 insertions, 2 deletions
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."
}
};