From 1ff1e3efa12229b55cd5ed635410435b769815db Mon Sep 17 00:00:00 2001 From: voipmeister <12763807+voipmeister@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:00:59 +0200 Subject: [PATCH] run -> performed --- docs/_docs/admin/administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/admin/administration.md b/docs/_docs/admin/administration.md index dee6b055..979dfe70 100644 --- a/docs/_docs/admin/administration.md +++ b/docs/_docs/admin/administration.md @@ -35,7 +35,7 @@ There are many backup solutions available across all platforms. Configuration of ## General Maintenance ### Default Maintenance Tasks -Several default maintenance tasks are defined as events in `core/config_default.js`, in the section `eventScheduler`. These events run at various times and perform several maintenance tasks. An example is the `trimMessageAreas` event, which is run every 24 hours and defines that the action `trimMessageAreasScheduledEvent` is run. +Several default maintenance tasks are defined as events in `core/config_default.js`, in the section `eventScheduler`. These events run at various times and perform several maintenance tasks. An example is the `trimMessageAreas` event, which is run every 24 hours and defines that the action `trimMessageAreasScheduledEvent` is performed. ### Vacuuming Database Files SQLite database files become less performant over time and waste space. It is recommended to periodically vacuum your databases. Before proceeding, you should make a backup!