| QuorumPath |
string |
"" |
subtree_quorum_path |
Quorum coordination directory |
| QuorumAbsoluteTimeout |
time.Duration |
30s |
subtree_quorum_absolute_timeout |
Quorum operation timeout |
| SubtreeStore |
*url.URL |
"" |
subtreestore |
CRITICAL - Subtree data storage |
| GetMissingTransactions |
int |
max(4, CPU/2) |
subtreevalidation_getMissingTransactions |
CRITICAL - Missing transaction retrieval concurrency |
| GRPCAddress |
string |
"localhost:8089" |
subtreevalidation_grpcAddress |
gRPC client connections |
| GRPCListenAddress |
string |
":8089" |
subtreevalidation_grpcListenAddress |
CRITICAL - gRPC server binding, health checks only run if not empty |
| ProcessTxMetaUsingCacheBatchSize |
int |
1024 |
subtreevalidation_processTxMetaUsingCache_BatchSize |
CRITICAL - Cache processing batch size |
| ProcessTxMetaUsingCacheConcurrency |
int |
32 |
subtreevalidation_processTxMetaUsingCache_Concurrency |
CRITICAL - Cache processing concurrency |
| ProcessTxMetaUsingCacheMissingTxThreshold |
int |
1 |
subtreevalidation_processTxMetaUsingCache_MissingTxThreshold |
Cache miss threshold |
| SubtreeBlockHeightRetention |
uint32 |
globalBlockHeightRetention |
subtreevalidation_subtreeBlockHeightRetention |
Block height retention |
| SubtreeDAHConcurrency |
int |
8 |
subtreevalidation_subtreeDAHConcurrency |
DAH processing concurrency |
| TxMetaCacheEnabled |
bool |
true |
subtreevalidation_txMetaCacheEnabled |
CRITICAL - Transaction metadata cache |
| TxMetaCacheMaxMB |
int |
256 |
txMetaCacheMaxMB |
Cache memory limit |
| TxChanBufferSize |
int |
0 |
subtreevalidation_txChanBufferSize |
Transaction channel buffer size |
| BatchMissingTransactions |
bool |
true |
subtreevalidation_batch_missing_transactions |
CRITICAL - Missing transaction batching |
| SpendBatcherSize |
int |
1024 |
subtreevalidation_spendBatcherSize |
CRITICAL - Spend operation batch size and concurrency control |
| MissingTransactionsBatchSize |
int |
16384 |
subtreevalidation_missingTransactionsBatchSize |
CRITICAL - Missing transaction batch size |
| PercentageMissingGetFullData |
float64 |
20 |
subtreevalidation_percentageMissingGetFullData |
CRITICAL - Full subtree vs individual transaction threshold |
| BlacklistedBaseURLs |
map[string]struct{} |
{} |
subtreevalidation_blacklisted_baseurls |
URL blacklisting |
| BlockHeightRetentionAdjustment |
int32 |
0 |
subtreevalidation_blockHeightRetentionAdjustment |
Retention adjustment |
| OrphanageTimeout |
time.Duration |
15m |
subtreevalidation_orphanageTimeout |
Orphaned transaction cleanup |
| CheckBlockSubtreesConcurrency |
int |
32 |
subtreevalidation_check_block_subtrees_concurrency |
CRITICAL - Block subtree checking concurrency |
| PauseTimeout |
time.Duration |
5m |
subtreevalidation_pauseTimeout |
CRITICAL - Maximum pause duration |