You've already forked AstralRinth
forked from didirus/AstralRinth
Batched search indexing (#5191)
* Use RO pool for search indexing * Batched search indexing that actually works * Query cache
This commit is contained in:
committed by
GitHub
parent
09dead50d2
commit
5c29a8c7dd
@@ -17,6 +17,12 @@ impl From<PgPool> for ReadOnlyPgPool {
|
||||
}
|
||||
}
|
||||
|
||||
impl ReadOnlyPgPool {
|
||||
pub fn into_inner(self) -> PgPool {
|
||||
self.0
|
||||
}
|
||||
}
|
||||
|
||||
impl Deref for ReadOnlyPgPool {
|
||||
type Target = PgPool;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user