fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Fine tune timeouts #102

Open justindotpub opened 1 year ago

justindotpub commented 1 year ago

Per #96 we need to get all our timeouts squared away, and configurable as needed.

ETA: 2023-10-31

justindotpub commented 1 year ago

Note that I was hitting timeouts a lot as I had larger batch sizes in tests. I think it was a perf issue with block store access.