Batch pending file scanning ops (#6491)

* Batch pending file scanning ops

* prepare

* move some stuff out of the txn

* scan concurrency

* prepr

* 🦀 automod attribution is dead, long live automod

* fix ci

* update scan file filtering
This commit is contained in:
aecsocket
2026-06-24 21:46:07 +00:00
committed by GitHub
parent 586cdc90f9
commit f4a2999b20
6 changed files with 176 additions and 394 deletions
+1
View File
@@ -166,6 +166,7 @@ vars! {
// storage
STORAGE_BACKEND: crate::file_hosting::FileHostKind = crate::file_hosting::FileHostKind::Local;
FILE_SCAN_CONCURRENCY: i64 = 8i64;
// s3
S3_PUBLIC_BUCKET_NAME: String = "";