Plan View auto refresh interval
Use this section to change the default setting of the auto refresh interval for the Show Plan
View graphical view for all users. By default, the auto refresh interval is 300
seconds (five minutes).
- PlanViewAutorefresh
- The graphical representation of the Plan View is automatically refresh every 300 seconds by default. To change this setting, edit the value assigned to the DefaultTime property. The minimum value you can set is 30 seconds. Any value specified below this value is reset to 30 seconds. You must restart the Dynamic Workload Console application server after modifying this value.
<?xml version"1.0"?>
<tdwc>
.
.
<settings>
<PlanViewAutorefresh>
<property name="DefaultTime" value="300"/>
</PlanViewAutorefresh>
.
.
</settings>
</tdwc>
See
TdwcGlobalSettings.xml sample to view the complete syntax for the file.For more information about how to customize global settings, see Customizing your global settings.