Issue#209 Reduce overhead of getting active outage

This commit is contained in:
Nathan Nguyen
2022-02-01 09:36:11 +11:00
parent 015300d098
commit 9b69eae8aa
2 changed files with 66 additions and 16 deletions

View File

@@ -41,5 +41,8 @@ function xmldb_auth_outage_uninstall() {
// Remove 'maintenance later' which could have been set for the next outage.
unset_config('maintenance_later');
// Remove 'start warning period'.
unset_config('auth_outage_startwarningperiod');
return true;
}