mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
git-update: Make maximum blob size configurable
Support setting the maximum blob size in the configuration file. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
87f5f1b407
commit
2cd69bf66d
2 changed files with 18 additions and 2 deletions
|
@ -56,6 +56,9 @@ git-shell-cmd = /usr/bin/git-shell
|
|||
git-update-cmd = /srv/http/aurweb/git-interface/git-update.py
|
||||
ssh-cmdline = ssh aur@aur.archlinux.org
|
||||
|
||||
[update]
|
||||
max-blob-size = 256000
|
||||
|
||||
[aurblup]
|
||||
db-path = /srv/http/aurweb/aurblup/
|
||||
sync-dbs = core extra community multilib testing community-testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue