From 1b68ad7c6ff463062e24c0e5686d8151f07eb4db Mon Sep 17 00:00:00 2001 From: nai-degen Date: Tue, 21 May 2024 12:46:51 -0500 Subject: [PATCH] docs update --- docs/pow-captcha.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pow-captcha.md b/docs/pow-captcha.md index 6397271..8fccdfd 100644 --- a/docs/pow-captcha.md +++ b/docs/pow-captcha.md @@ -27,6 +27,8 @@ POW_TOKEN_MAX_IPS=2 # predefined levels specified below, or you can specify a custom number of # expected hash iterations. POW_DIFFICULTY_LEVEL=low +# The time limit for solving the challenge, in minutes +POW_CHALLENGE_TIMEOUT=30 ``` ## Difficulty Levels