mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
Batched search indexing (#5191)
* Use RO pool for search indexing * Batched search indexing that actually works * Query cache
This commit is contained in:
@@ -176,6 +176,7 @@ async fn app() -> std::io::Result<()> {
|
||||
info!("Running task {task:?} and exiting");
|
||||
task.run(
|
||||
pool,
|
||||
ro_pool.into_inner(),
|
||||
redis_pool,
|
||||
search_config,
|
||||
clickhouse,
|
||||
|
||||
Reference in New Issue
Block a user