Skip to content

Remove client ID from validator's DB methods

akwizgran requested to merge 545-remove-clientid-from-validator-db-methods into master

This branch removes the client ID argument from some DB methods called by the validation manager at startup. This should speed up the methods by avoiding a join and allowing each method to be called once, rather than once per client.

Could be backported.

Merge request reports