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 Stack Exchange Connector stops unexpectedly, but configuring frequent backups will increase the load on the datastore and might reduce performance. If Stack Exchange Connector 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 Stack Exchange Connector is stopped cleanly.
Type: | Integer |
Default: | 60 |
Required: | No |
Configuration Section: | Actions |
Example: | InMemoryDatastoreBackupIntervalMins=20
|
See Also: | UseInMemoryDatastore |