mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
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:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user