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