Skip to content

Offload AXFR and IXFR processing

Ondřej Surý requested to merge ondrej/offload-ixfr-processing into main

Instead of processing received data synchronously, store the incoming differences in the list and process them asynchronously when we need to commit the data into the database and/or journal.

Closes #4367 (closed)

Edited by Ondřej Surý

Merge request reports