]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
rsync: Remove $HTTP_MAX_FILE_SIZE
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 29 Oct 2021 17:00:42 +0000 (12:00 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 29 Oct 2021 18:11:59 +0000 (13:11 -0500)
commit7ec0560c2dab963603e097af4c18a7a46720d77e
treec3f32600277a87515843d771860c0577ce64d1ea
parent4856e5dbf97fcc820930b1cbd03c93681357422b
rsync: Remove $HTTP_MAX_FILE_SIZE

RRDP snapshots are the only large files RPs neet to get, so the RRDP
limit tends to need to be much larger than the rsync limit.

Therefore, allowing them to be defined in terms of the other doesn't
make much sense.
docs/usage.md
src/config.c
src/rsync/rsync.c
test/rsync_test.c