]> git.ipfire.org Git - zone-sync.git/commit
main: Add the option to run multiple zones at the same time master
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 May 2026 16:21:52 +0000 (16:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 May 2026 16:21:52 +0000 (16:21 +0000)
commite35c7f8c374d442a596835c62fe85d88722ced5c
tree102b544d8667b091b84c283f2ac8125bd1d64b02
parent0d69036c59e22c5ac8edbbd355f8b2590a7b329f
main: Add the option to run multiple zones at the same time

By default, zone-sync is parsing one zone, then updating it, and so on.
The main reason is that loading following zones could block the event
loop which means that an ongoing transfer can time out for no aparent
reason.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
main.c