Variable ValidatorConfig.name_registration_interval

How often we should check the name registry for our own address

struct ValidatorConfig
{
  // ...
  core.time.Duration name_registration_interval = Duration(1200000000L);
  // ...
}