Variable ValidatorConfig.preimage_catchup_interval

How often the validator should try to catchup for the preimages for the next block

struct ValidatorConfig
{
  // ...
  core.time.Duration preimage_catchup_interval = Duration(20000000L);
  // ...
}