mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
Local cache lock (#5193)
This commit is contained in:
@@ -79,4 +79,8 @@ pub enum DatabaseError {
|
||||
time_spent_pool_wait_ms: u64,
|
||||
time_spent_total_ms: u64,
|
||||
},
|
||||
#[error(
|
||||
"Timeout waiting on local cache lock ({released}/{total} released)"
|
||||
)]
|
||||
LocalCacheTimeout { released: usize, total: usize },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user