Layr-Labs / eigenda-proxy

Secure and optimized communication layer for rollups using EigenDA.
MIT License
15 stars 22 forks source link

change disperseBlob response timeout to 60sec #105

Closed bxue-l2 closed 2 months ago

bxue-l2 commented 2 months ago

Some users might take longer than 10sec to disperse blobs, when it timed out, the workload on disperser is completed prematurely, see(https://github.com/Layr-Labs/eigenda/blob/master/api/clients/eigenda_client.go#L45) and (https://github.com/Layr-Labs/eigenda/blob/master/disperser/apiserver/server.go#L283) whenever context is timedout

Although processing speed on disperser is less than 500ms, the transmission latency might high

epociask commented 2 months ago

Actually lets also update the default values in the README table a well 🙏🏻