We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fd7aa commit 53d703eCopy full SHA for 53d703e
ingest/ledgerbackend/toml.go
@@ -111,6 +111,8 @@ type captiveCoreTomlValues struct {
111
QueryThreadPoolSize *uint `toml:"QUERY_THREAD_POOL_SIZE,omitempty"`
112
QuerySnapshotLedgers *uint `toml:"QUERY_SNAPSHOT_LEDGERS,omitempty"`
113
BucketListDBMemoryForCaching *uint `toml:"BUCKETLIST_DB_MEMORY_FOR_CACHING,omitempty"`
114
+ EnableEmitClassicEvents *bool `toml:"EMIT_CLASSIC_EVENTS,omitempty"`
115
+ EnableBackfillStellarAssetEvents *bool `toml:"BACKFILL_STELLAR_ASSET_EVENTS,omitempty"`
116
}
117
118
// QuorumSetIsConfigured returns true if there is a quorum set defined in the configuration.
0 commit comments