Setting the timeout value for service objects
About this task
To set the timeout value for a service object, do the following:
Procedure
Open the service object definition file, dsesrvce.xml.
In the definition of your service object, add the
cacheTimeout
attribute, as shown below:
<SampleService id="SampleServiceId2"
cacheTimeout="15"
/>
In the example above, the timeout value is 15 minutes. The default setting is 10 minutes.
Parent topic:
Using the Cache Cleaning Process