Queueing of terminator validation

Hi There,

I couldn't find an answer to this in the documentation.

In my Controller logs i often see the following.

Apr 03 08:20:57 ziti-controller-1 ziti[67778]: {"file":"github.com/openziti/ziti/controller/network/router_messaging.go:312","func":"github.com/openziti/ziti/controller/network.(*RouterMessaging).sendTerminatorValidationRequest","level":"info","msg":"queuing validate of terminator","terminatorId":"24n8tYyMVTjg3XWroemUMm","time":"2025-04-03T08:20:57.824Z"}

Is there configuration which controls the queueing of terminator validation specifically ?

I've read this post where the rate limiters are discussed but i don't seem to be able to affect the terminator validation.

Terminator validation requests are queued during enumeration provided they have been created for more than 5 seconds, and this message is logged. There is another function that queues any terminators that should be removed. This process is done when a router reconnects. You should see messages that the router was seen connecting shortly before this message in the log. There is no configuration around the process, it is all done sequentially. The "queue" is very short lived, just long enough to go through the terminator list the router provided, split it into two lists, ones to be deleted, and ones they agree on, and then reply to the message appropriately.