Increase delay between validation checks
If a user inputs things into validated fields manually, each change fires a validation check.
This can result in log spam, pretty ridiculous log spam at that. A timer with an initial delay should be able to fix this.
The delay needs to be tried and tested and must only fire once.