You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users are seeing better performance/concurrency when verifiers use (A|I)XFRs for zone validation. This is due to the fact that the verify process keeps writing to a single verifier until it's done (see verify_handle_feed in verify.c:220). In the future we should consider writing smaller chunks and alternating between verifiers to improve throughput and thereby loading times.
The text was updated successfully, but these errors were encountered:
Users are seeing better performance/concurrency when verifiers use (A|I)XFRs for zone validation. This is due to the fact that the verify process keeps writing to a single verifier until it's done (see
verify_handle_feed
inverify.c:220
). In the future we should consider writing smaller chunks and alternating between verifiers to improve throughput and thereby loading times.The text was updated successfully, but these errors were encountered: