mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-14 06:36:42 +10:00
Cache-first object fetching (#76)
* fix: submillisecond cache hits * fix: async object loading to hand control back to renderer * fix: clippy
This commit is contained in:
@@ -21,7 +21,7 @@ pub enum RemoteAccessError {
|
||||
UnparseableResponse(String),
|
||||
ManifestDownloadFailed(StatusCode, String),
|
||||
OutOfSync,
|
||||
Cache(cacache::Error),
|
||||
Cache(std::io::Error),
|
||||
}
|
||||
|
||||
impl Display for RemoteAccessError {
|
||||
|
||||
Reference in New Issue
Block a user