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
Currently we are dechunking responses at replay time which means we perform the same task repeatedly as many times as a resource is requested and also losing the potential deduplication benefits. We should move this functionality in the indexer before pushing the content to the IPFS.
The text was updated successfully, but these errors were encountered:
It might be good to extract extractResponseFromChunkedData() from replay.py, move it to util, and reuse the same method from both the indexer and replay.
Currently we are dechunking responses at replay time which means we perform the same task repeatedly as many times as a resource is requested and also losing the potential deduplication benefits. We should move this functionality in the indexer before pushing the content to the IPFS.
The text was updated successfully, but these errors were encountered: