diff options
author | Sadie Powell <sadie@witchery.services> | 2021-10-17 19:46:05 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-10-17 19:46:29 +0100 |
commit | 27cff11e313e52a939e0dcd898eb711ddd6934d5 (patch) | |
tree | 3a87ac1d5fb798072283501e7161a8c072029c93 /data/chanserv.example.conf | |
parent | b7da27ad3ab36e8b246c503963bb7ce745baf83b (diff) |
Increase the default channel expiry to 30 days.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 05b6055ba..bb8869575 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -108,9 +108,9 @@ module * The length of time before a channel registration expires. * * This directive is optional, but recommended. - * If not set, the default is 14 days. + * If not set, the default is 30 days. */ - expire = 14d + expire = 30d /* * The maximum number of entries on a channel's access list. |