Skip to content

Commit

Permalink
Add docs for modules.mod_caps.backend option
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jan 15, 2024
1 parent ad6c993 commit caeb37e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/modules/mod_caps.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ The size of a cache_tab (the amount of entries) holding the information about ca

Time (in seconds) after which entries will be removed.

### `modules.mod_caps.backend`
* **Syntax:** string, one of `"mnesia"`, `"rdbms"`.
* **Default:** "mnesia"
* **Example:** `backend = "mnesia"`

## Example Configuration

```toml
Expand Down

0 comments on commit caeb37e

Please sign in to comment.