Changing the update interval for managed preferences
If you want to change the update interval for managed preferences, you can update the existing settings XML file.
About this task
Procedure
Update the existing XML file with a new setting group that
contains an UpdateIntervalInMins setting.
<settingGroup name="com.hcl.rcp.managedsettings">
<setting name="UpdateIntervalInMins" value="1" isLocked="false"/>
</settingGroup>
Results
- All unlocked settings can be modified by the user. Once a setting is modified by the user, any subsequent update to the same setting will not apply unless the setting is changed to isLocked=true on the settings XML file. This behavior is consistent with settings changed with the plugin_customization.ini file. User-modified preferences take precedence over settings from the plugin_customization.ini file and settings XML file. However, if the user's workspace is cleaned, the administrator's values will apply.
- Any settings or setting groups removed from the settings XML file (for example, to unmanage those settings) will remain on the client, and if the setting was previously locked, it will be automatically set to unlocked.
- All unmanaged settings will automatically be managed as standard preferences.