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
The compressed database files need to be fetched each time there's a change, even if there's just a single package updated.
To avoid this, I like to decompress them and use a rolling chunker with fairly small chunks on it. This way, ipfs can do delta updates on it.
Compared to packages, this is possible because database files are not signed – it just doesn't matter how they are delivered as Pacman will always trust them.
The text was updated successfully, but these errors were encountered:
The compressed database files need to be fetched each time there's a change, even if there's just a single package updated.
To avoid this, I like to decompress them and use a rolling chunker with fairly small chunks on it. This way, ipfs can do delta updates on it.
Compared to packages, this is possible because database files are not signed – it just doesn't matter how they are delivered as Pacman will always trust them.
The text was updated successfully, but these errors were encountered: