services.beesd: use 4 threads

This commit is contained in:
2023-10-01 23:35:50 +08:00
parent 3dc8a2d73a
commit 70e6430750

View File

@@ -33,7 +33,7 @@ inputs:
{
spec = instance.value.device or instance.value;
hashTableSizeMB = instance.value.hashTableSizeMB or 1024;
extraOptions = [ "--thread-count" "8" "--scan-mode" "3" ];
extraOptions = [ "--thread-count" "4" "--scan-mode" "3" ];
};
})
(attrsToList beesd.instances));