Revert "services.beesd: adjust thread count"

This reverts commit 4340106787.
This commit is contained in:
陈浩南 2023-10-01 17:45:38 +08:00
parent 4340106787
commit fbe4c21e9a

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" "1" "--scan-mode" "3" ];
};
})
(attrsToList beesd.instances));