Variable ValidatorConfig.preimage_reveal_interval

How often should the periodic preimage reveal timer trigger (in seconds)

struct ValidatorConfig
{
  // ...
  core.time.Duration preimage_reveal_interval = Duration(100000000L);
  // ...
}