Skip to content

Commit

Permalink
Merge pull request #4912 from mollykarcher/molly/main/limit-act-tx-le…
Browse files Browse the repository at this point in the history
…dger

Parse LIMIT_TX_QUEUE_SOURCE_ACCOUNT in core config
  • Loading branch information
mollykarcher authored Jun 16, 2023
2 parents 060fd7a + 1c1800a commit 01c7aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingest/ledgerbackend/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type captiveCoreTomlValues struct {
UseBucketListDB bool `toml:"EXPERIMENTAL_BUCKETLIST_DB,omitempty"`
BucketListDBPageSizeExp *uint `toml:"EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT,omitempty"`
BucketListDBCutoff *uint `toml:"EXPERIMENTAL_BUCKETLIST_DB_INDEX_CUTOFF,omitempty"`
LimitTxQueueSourceAccount bool `toml:"LIMIT_TX_QUEUE_SOURCE_ACCOUNT,omitempty"`
}

// QuorumSetIsConfigured returns true if there is a quorum set defined in the configuration.
Expand Down

0 comments on commit 01c7aa3

Please sign in to comment.