The datastore that holds the action queues for Web Connector is resistant to corruption when a system failure (such as a loss of power) occurs. To increase the speed at which the datastore responds to queries from Web Connector, you can set UseStringentDatastore=False
, however the datastore will be less resilient and could become corrupt in the event of a system failure.
In most cases, HPE recommends using the default value.
Tip: This parameter is used only when you store action queues in a datastore file. If you store action queues in an external database by setting the parameters AsyncStoreLibraryDirectory, AsyncStoreLibraryName, and ConnectionString, this parameter is ignored.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | Actions |
Example: | UseStringentDatastore=False
|
See Also: |
|