Skip to content

Commit

Permalink
run -> performed
Browse files Browse the repository at this point in the history
  • Loading branch information
voipmeister committed Aug 27, 2024
1 parent 1ff1e3e commit ae6ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/messageareas/configuring-a-message-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Message Areas are topic specific containers for messages that live within a part
| `autoSignatures` | :-1: | Set to `false` to disable auto-signatures in this area. |
| `realNames` | :-1: | Set to `true` to use real names in this area. |

The default values for `maxMessages` and `maxAgeDays` can be changed globally in `core/config_default.js`, they're located in the section `messageAreaDefaults`. The same file also defines several default events to be scheduled, which are located under `eventScheduler`. For example, the `trimMessageAreas` event is run every 24 hours and defines that the action `trimMessageAreasScheduledEvent` is run.
The default values for `maxMessages` and `maxAgeDays` can be changed globally in `core/config_default.js`, they're located in the section `messageAreaDefaults`. The same file also defines several default events to be scheduled, which are located under `eventScheduler`. For example, the `trimMessageAreas` event is run every 24 hours and defines that the action `trimMessageAreasScheduledEvent` is performed.

### ACS
An optional standard [ACS](../configuration/acs.md) block can be supplied with the following rules:
Expand Down

0 comments on commit ae6ecde

Please sign in to comment.