parallelize remove tasks

This commit is contained in:
aecsocket
2026-06-26 19:10:00 +01:00
parent d4a7b15b0d
commit 534c63e664
2 changed files with 104 additions and 18 deletions
+1
View File
@@ -165,6 +165,7 @@ vars! {
TYPESENSE_URL: String = "http://localhost:8108";
TYPESENSE_API_KEY: String = "modrinth";
TYPESENSE_INDEX_PREFIX: String = "labrinth";
TYPESENSE_DELETE_BATCH_SIZE: usize = 10_000usize;
// storage
STORAGE_BACKEND: crate::file_hosting::FileHostKind = crate::file_hosting::FileHostKind::Local;