CatapultServer  v0.5.0.1 (Elephant)
catapult::chain::ChainSynchronizerConfiguration Struct Reference

Configuration for customizing a chain synchronizer. More...

Public Attributes

uint32_t MaxBlocksPerSyncAttempt
 Maximum number of blocks per sync attempt. More...
 
uint32_t MaxChainBytesPerSyncAttempt
 Maximum chain bytes per sync attempt. More...
 
uint32_t MaxRollbackBlocks
 Maximum number of blocks that can be rolled back. More...
 

Detailed Description

Configuration for customizing a chain synchronizer.

Member Data Documentation

◆ MaxBlocksPerSyncAttempt

uint32_t catapult::chain::ChainSynchronizerConfiguration::MaxBlocksPerSyncAttempt

Maximum number of blocks per sync attempt.

◆ MaxChainBytesPerSyncAttempt

uint32_t catapult::chain::ChainSynchronizerConfiguration::MaxChainBytesPerSyncAttempt

Maximum chain bytes per sync attempt.

◆ MaxRollbackBlocks

uint32_t catapult::chain::ChainSynchronizerConfiguration::MaxRollbackBlocks

Maximum number of blocks that can be rolled back.


The documentation for this struct was generated from the following file: