commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.04k stars 142 forks source link

Fix unused read batch size #279

Closed dvic closed 8 months ago

dvic commented 10 months ago

In various functions the default read batch size was put using put_new, but any passed value was not considered, e.g.: https://github.com/commanded/eventstore/pull/279/files#diff-5859174eceff3693f45c15a51637712f36a541644a3ee51696d38518a2d229e9R376-R378