dcdourado / ecto_backfiller

A back-pressured backfill executor for Ecto
Apache License 2.0
1 stars 0 forks source link

fix: infinite timeout #17

Closed dcdourado closed 1 year ago

dcdourado commented 1 year ago

Since this library uses limit+offset, on longer offsets the query takes longes. Because of that, we are removing the default 15_000ms from Ecto