update docs

This commit is contained in:
2026-04-15 18:42:06 +04:00
parent 8577c771e4
commit e9b9b8890c
3 changed files with 9 additions and 9 deletions

View File

@@ -236,7 +236,7 @@ Captcha functions solve a captcha challenge through a third-party solving servic
The functions are organized by service: `twocaptcha_*`, `anticaptcha_*`, and `capsolver_*`. Each accepts the API key as the first argument so no global configuration is required — bring your own key and use any of the supported services per template.
> **Important performance and cost:**
> **Important: performance and cost:**
>
> - **Each call is slow.** Solving typically takes ~560 seconds because the function blocks the template render until the third-party service returns a token. Internally the solver polls every 1s and gives up after 120s.
> - **Each call costs money.** Every successful solve is billed by the captcha service (typically $0.001$0.003 per solve). For high-volume tests, your captcha bill grows linearly with request count.