mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from mod_privacy

Tiny performance improvement for new users by skipping this check. Most
servers should have gone trough the migration for all active users long
ago.

As a suitable first step of phasing out this code, we make it possible
to disable it first. Later it can be disabled by default, before finally
the code is deleted.
This commit is contained in:
Kim Alvefur 2022-10-17 15:20:06 +02:00
parent aa8f7d1533
commit 2269035c0d
2 changed files with 9 additions and 0 deletions

View file

@ -33,6 +33,7 @@ TRUNK
## Changes
- Support sub-second precision timestamps
- mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy
## Removed