prooph/pdo-event-store

Gapdetection default wrong time definition

hvanoch opened this issue · 1 comments

5, // Second retry is triggered after 5ms
defines the time to sleep in ms. But when the sleep is actually called, a usleep is used.

So this should be multiplied by a factor 1000

@hvanoch do you want to submit a pull request and update the docs?