]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add --rsync.max
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 10 Apr 2025 22:14:51 +0000 (16:14 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 10 Apr 2025 23:31:06 +0000 (17:31 -0600)
commit02d3ee7b15cdbf86d5d33a051b4c895b59ebe145
treefe62adefdfaf57f73024f49db2a97368a8115c38
parent2fbb5bfc93f9b646b1e86b9d040998f61c2eb1c1
Add --rsync.max

Maximum simultaneous forked rsyncs.
src/config.c
src/config.h
src/rsync.c
test/mock.c
test/resources/rsync/queued.sh [new file with mode: 0755]
test/resources/rsync/simultaneous.sh [new file with mode: 0755]
test/rsync_test.c