services.beesd: adjust thread count

This commit is contained in:
陈浩南 2023-10-01 17:33:21 +08:00
parent f42e1df555
commit 4340106787

View File

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