Revert "services.beesd: use 4 threads"

This reverts commit 70e6430750.
This commit is contained in:
陈浩南 2023-10-02 00:28:47 +08:00
parent 2efb0afcfe
commit b69d4648b5

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));