From 266a6721cbe682d75ba18ac93d47f841cfd27431 Mon Sep 17 00:00:00 2001 From: Leonidas Spyropoulos Date: Mon, 21 Dec 2020 15:50:49 +0000 Subject: [PATCH] Increase blob max size to 300Kb Fixes #68997 Signed-off-by: Leonidas Spyropoulos --- roles/aurweb/templates/config.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/aurweb/templates/config.j2 b/roles/aurweb/templates/config.j2 index fcbc7bed..3eb2d41e 100644 --- a/roles/aurweb/templates/config.j2 +++ b/roles/aurweb/templates/config.j2 @@ -31,6 +31,9 @@ repo-path = {{ aurweb_git_dir }} git-shell-cmd = /usr/bin/sh ssh-cmdline = ssh {{ aurweb_user }}@{{ aurweb_domain }} +[update] +max-blob-size = 300000 + [aurblup] db-path = {{ aurweb_dir }}/aurblup server = https://mirrors.kernel.org/archlinux/%s/os/x86_64 -- 2.29.2