Skip to content

Commit

Permalink
Update services/eventhistory/pkg/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Martin <[email protected]>
kobergj and mmattel authored Feb 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 66981e4 commit c5f8485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/eventhistory/pkg/config/config.go
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ type Store struct {
Addresses string `yaml:"addresses" env:"EVENTHISTORY_STORE_ADDRESSES" desc:"A comma separated list of addresses the store should use. No effect on 'inmemory' implementations."`
Database string `yaml:"database" env:"EVENTHISTORY_STORE_DATABASE" desc:"The database the store should use."`
Table string `yaml:"table" env:"EVENTHISTORY_STORE_TABLE" desc:"The table the store should use."`
RecordExpiry time.Duration `yaml:"record_expiry" env:"EVENTHISTORY_RECORD_EXPIRY" desc:"time to life for events in the store"`
RecordExpiry time.Duration `yaml:"record_expiry" env:"EVENTHISTORY_RECORD_EXPIRY" desc:"Time to life for events in the store."`
Size int `yaml:"size" env:"EVENTHISTORY_STORE_SIZE" desc:"The maximum size for the store. Only applies when using store type 'ocmem'."`
}

0 comments on commit c5f8485

Please sign in to comment.