InMemoryDatastoreBackupIntervalMins
The time interval (in minutes) after which action queues stored in memory are written to disk. This parameter applies only when UseInMemoryDatastore is TRUE
.
Writing the queues to disk can reduce the number of actions that would be lost if ConnectorLib C++ stops unexpectedly, but configuring frequent backups will increase the load on the datastore and might reduce performance. If ConnectorLib C++ does stop unexpectedly, the next time it starts the queues are returned to the state that was written to disk.
If you set this parameter to zero (0
) the action queues are written to disk only when ConnectorLib C++ is stopped cleanly.
Type: | Integer |
Default: | 60 |
Required: | No |
Configuration Section: | Actions |
Example: | InMemoryDatastoreBackupIntervalMins=20
|
See Also: | UseInMemoryDatastore |