More implementation

This commit is contained in:
2025-07-18 15:53:38 -07:00
parent 90ac9a1e43
commit 50a4bfcac7
5 changed files with 19 additions and 3 deletions

View File

@@ -670,7 +670,7 @@ impl MutationRoot {
newsreader::refresh(pool, cacher).await?;
// Process email labels
label_unprocessed(&nm, &pool, false, Some(10), "tag:unprocessed").await?;
label_unprocessed(&nm, &pool, false, Some(1000), "tag:unprocessed").await?;
#[cfg(feature = "tantivy")]
{