1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 11:53:14 +02:00

Purge the seen database after 90 days.

This commit is contained in:
Sadie Powell
2025-04-14 01:51:40 +01:00
parent 07bd1bbec9
commit 099f0ce43a
+1 -1
View File
@@ -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"; }