From 7527db439ca44b26639f7fe2ea120268fcb0418c Mon Sep 17 00:00:00 2001 From: nagakingg <82352736+nagakingg@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:34:17 -0500 Subject: [PATCH] Update README.md Updated the description of default parameters to say "all detected CPU cores" are now used. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ada8ff62..72a2b7396 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ By default, pools are simulated using: * on-chain or Curve Subgraph data about the pool * a broad range of A (16 values, 64 to 11,585) and fee (5 values, 0.02 to 0.06%) values * CoinGecko price/volume data -* 4 parallel threads +* all detected CPU cores However, all of these can be altered using optional keyword arguments.