IMPAX 6.5.1 Server Knowledge Base home > Web compressing images using Curator > Configuring Curator
The Curator settings control how all Curators process images for the web cache. Although the Curator settings do not exist in the map_ini table when the system is first installed, the default behavior applies. To change the default behavior to suit your site, add the appropriate settings and values.
To configure Curator INI settings
In CLUI, to add a new Curator setting, type
INSERT INTO map_ini (ini_section, ini_key, ini_value) VALUES ('CURATOR', 'ini_key', 'ini_value')
or
To update an existing Curator setting, type
UPDATE map_ini SET ini_value=ini_value WHERE ini_section="CURATOR" AND ini_key="ini_key"
where ini_key is the Curator setting to change and ini_value is the updated value.
To prompt any Curator processes that are running to refresh their configuration settings for subsequent jobs, type
SIGNAL database_updated
See also
Configuring curation based on object type
Curator INI settings: Reference
Topic number: 9122 Applies to: IMPAX 6.5.1 Server Knowledge Base |