From 6a2ac26e4e4adfd0d2cc637080505d6c2b66ac50 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Fri, 20 Oct 2023 14:38:52 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a8f97c..beb6de8 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ DontShow: False ### -MaximumRunspaces The maximum runspaces available to the runspace pool. -By default, the value will be set to double the amount of logical processors available to the current device. +By default, the value will be set to the amount of logical processors available to the current device. ```yaml Type: System.UInt32 @@ -560,7 +560,7 @@ DontShow: False ### -WaitForAvailableRunspace -If there are no more available runspaces, the function will wait to submit any additional jobs to teh runspace pool as runspaces become available. +If there are no more available runspaces, the function will wait to submit any additional jobs to the runspace pool as runspaces become available. This will drastically increase the time it takes to process the runspace pool. ```yaml