pdo-event-store icon indicating copy to clipboard operation
pdo-event-store copied to clipboard

Gapdetection default wrong time definition

Open hvanoch opened this issue 3 years ago • 1 comments
trafficstars

https://github.com/prooph/pdo-event-store/blob/541fc4dc28f98d6d6d94f4f18d8dd00da4d267cf/src/Projection/GapDetection.php#L39 defines the time to sleep in ms. But when the sleep is actually called, a usleep is used. https://github.com/prooph/pdo-event-store/blob/541fc4dc28f98d6d6d94f4f18d8dd00da4d267cf/src/Projection/PdoEventStoreReadModelProjector.php#L519

So this should be multiplied by a factor 1000

hvanoch avatar Sep 28 '22 07:09 hvanoch

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

prolic avatar Oct 26 '22 03:10 prolic