Skip to content

Commit 53d703e

Browse files
committed
Add EMIT_CLASSIC_EVENTS and BACKFILL_STELLAR_ASSET_EVENTS flags
1 parent 17fd7aa commit 53d703e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ingest/ledgerbackend/toml.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ type captiveCoreTomlValues struct {
111111
QueryThreadPoolSize *uint `toml:"QUERY_THREAD_POOL_SIZE,omitempty"`
112112
QuerySnapshotLedgers *uint `toml:"QUERY_SNAPSHOT_LEDGERS,omitempty"`
113113
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"`
114116
}
115117

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

0 commit comments

Comments
 (0)