summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-14 01:51:40 +0100
committerSadie Powell <sadie@witchery.services>2025-04-14 01:51:40 +0100
commit099f0ce43a7e34e4a6e74d91aa911c745c262ba8 (patch)
tree8c9ced50c1b1722a248e849756972701effbd05b /data
parent07bd1bbec968931a12d2dc818383ce5115146e97 (diff)
Purge the seen database after 90 days.
Diffstat (limited to 'data')
-rw-r--r--data/chanserv.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 13315fab2..b6b4c8938 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -1182,7 +1182,7 @@ module
simple = false
/* Sets the time to keep seen entries in the seen database. */
- purgetime = "30d"
+ purgetime = 90d
}
command { service = "OperServ"; name = "SEEN"; command = "operserv/seen"; permission = "operserv/seen"; }