-
Notifications
You must be signed in to change notification settings - Fork 12
Solve Feed lookup delay #494
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Everything In fairOS depends on the epoch based feeds. But we don't keep track of the feed updates. For this reason we have "noclue" of the feed updates and the latest feed lookup take a while to get the latest update.
With the above case downloading a 30kb file can take upto 8-10 seconds to download (4-5 seconds for the feed lookup alone). Note: We do the feed lookup for getting the file metadata and references of the data blocks of the file.
We need a way to either lower the lookup time or store the latest epoch to make fairOS ecosystem faster.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request