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
Both replay and indexer perform IPFS.cat() and IPFS.add() for each of the header and the payload in series. A potential optimization exists in threading these two calls with a timeout instead of using a timer (SIGALARM in the case of the replay). This has the potential to have big ramifications, as the process is executed for each embedded resource as well on replay.
Both replay and indexer perform IPFS.cat() and IPFS.add() for each of the header and the payload in series. A potential optimization exists in threading these two calls with a timeout instead of using a timer (SIGALARM in the case of the replay). This has the potential to have big ramifications, as the process is executed for each embedded resource as well on replay.
/cc @ibnesayeed
The text was updated successfully, but these errors were encountered: