failover.config table

There must never be more than one insert into the failover.config table.

Table 1. failover.config database table schema

Column name

Constraints

Data type

Description

m_InitialiseFromCache

Externally defined Boolean data type

Boolean integer

Flag indicating whether to use the data that already exists in the cache:
  • 0: Do not use cached data
  • 1: Use cached data if any exists
m_NumberOfRetries

Integer

The number of times to try using the cached data before giving up (that is, the number of subsequent times that DISCO can be restarted before starting with a clean slate).

If no value is specified, DISCO always starts with clear databases.

m_StoreEveryNthDevice

Default = 10

Integer

How often the findRateDetails table is to be updated. After the specified number of devices have been found the table is updated.