Skip to content

Commit

Permalink
Remove documentation for REGEXP_TIMEOUT environment variable (#1538)
Browse files Browse the repository at this point in the history
It was only added in the development version, and removed afterwards without reaching any (pre-)release.
  • Loading branch information
ClearlyClaire authored Sep 30, 2024
1 parent e64502c commit 3803173
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions content/en/admin/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1184,17 +1184,3 @@ Defaults to `512`.
#### `GITHUB_API_TOKEN`

Used in a rake task for generating AUTHORS.md from GitHub commit history.

#### `REGEXP_TIMEOUT`

The number of seconds until regular expressions time out (fractional
values are possible, e.g. `1.6`). This defaults to `2` which should be
fine for most deployments. If you encounter a lot of
`Regexp::TimeoutError`s in your logs, try to increase this value. If you
are worried about ReDOS attacks, you can try lower values (for some
instances, values as low as `0.5` seem to work), but look out for those
`Regexp::TimeoutError` exceptions.

**Version history:**\
4.3.0 - added

0 comments on commit 3803173

Please sign in to comment.