You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: timeout error caused by long IPFS file stat operation
The `ipfs/add_file` endpoint fails randomly because of a 5 second
timeout when stat-ing the file to retrieve its size.
Increased the timeout to 30 seconds, made it configurable through
the `ipfs.stat_timeout` config value and return a 404 from the endpoint
if the stat op times out nonetheless.
0 commit comments