services.beesd: use 8 threads

This commit is contained in:
2023-10-01 22:46:56 +08:00
parent 705d279a94
commit 795d55baee

View File

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