From 23a3c23643d233676931dbc0a0feeccb3d4bf71e Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sat, 28 May 2022 16:38:23 +0700 Subject: [PATCH] All cores --- Bot/Scripts/Airdrop.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bot/Scripts/Airdrop.fsx b/Bot/Scripts/Airdrop.fsx index 0202bd3..62617ab 100644 --- a/Bot/Scripts/Airdrop.fsx +++ b/Bot/Scripts/Airdrop.fsx @@ -173,7 +173,7 @@ let asyncs = |> List.map executeDrop |> List.map Async.AwaitTask -Async.Parallel ( asyncs , 10 ) |> Async.StartChild +Async.Parallel ( asyncs , 16 ) |> Async.StartChild Console.ReadLine() |> ignore