Variable NodeConfig.block_catchup_interval

The duration between requests for retrieving the latest blocks from all other nodes

struct NodeConfig
{
  // ...
  core.time.Duration block_catchup_interval = Duration(200000000L);
  // ...
}