From 9a626d28b7fb842ae0490536a3ec8bf5a4d6391d Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:08:22 -0300 Subject: [PATCH] readme - workers max value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aabd9b..3a6678e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Additional options: - __strings__ - JSON-encoded translation strings. Refer to [customization](/docs/widget-customization). - __refetchonexpire__ - Automatically re-fetch and re-validate when the challenge expires (defaults to true). - __verifyurl__ - Enable server-side verification by configuring the URL to use for verification requests. This option can be used in conjunction with `spamfilter` to enable server-side verification. -- __workers__ - The number of workers to utilize for PoW (defaults to `navigator.hardwareConcurrency || 8`). +- __workers__ - The number of workers to utilize for PoW (defaults to `navigator.hardwareConcurrency || 8`, max. value `16`). Development / testing options: