The [Configure CMS](🔗) topic describes the syntax used in the description of the configuration elements.

### DataAccessOptionsÂ
Name | Default value | Description |
`RetryDelay `Â | 0:0:0.1 | The time to wait before retrying in case of a transient error (only relevant if retries is greater than 0). Retry delays are |
`Retries `Â | 5 | The number of retry attempts in case a transient error such as a deadlock occurs or a timeout when opening the connection. |
`DatabaseQueryTimeout ` | 0:0:30 | The timeout value to use for all database queries (in other words `DbCommand.CommandTimeOut) `. |
`DatabaseMode ` | ReadWrite | The database mode can be configured by the `databaseMode ` attribute on the episerver.dataStore section or by the `episerver:DatabaseMode ` setting under the appSettings section. See [Database mode](🔗) for more information. |
### DynamicDataAccesOptions
The `dataStore
` element is **optional**. Configuration values in _web.config_ override default values in code.
Name | Default value | Description |
`AutoRemapStores `Â | true | Defines whether stores are automatically remapped when a type definition changes. |
`AutoResolveTypes `Â | true | Defines whether type resolution by the Dynamic Data Store is automatic. |
`DeleteAllOperationTimeout `Â | 600 | Command timeout for the **delete all** functionality. |