1 system.install | system_update_1047() |
Provide a default value for maintenance_page_maximum_age.
Related topics
File
- core/
modules/ system/ system.install, line 2895 - Install, update and uninstall functions for the system module.
Code
function system_update_1047() {
config_set('system.core', 'maintenance_page_maximum_age', 10);
}