commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.06k stars 146 forks source link

Use configurable event store timeout for subscription queries #259

Closed slashdotdash closed 2 years ago

slashdotdash commented 2 years ago

Use the :timeout option configured for the event store or passed to the function when subscribing to a stream. This ensures that the :timeout option is used for all database queries.

Closes #258.