1.20.x image.install | image_update_1006() |
Add the configuration option for image_style_flood_limit.
Related topics
File
- modules/
image/ image.install, line 335 - Install, update and uninstall functions for the image module.
Code
function image_update_1006() {
config_set('system.core', 'image_style_flood_limit', 5);
}