SequelizePingCheckSettings


interface SequelizePingCheckSettings {
  connection?: any
  timeout?: number
}

Properties

Property Description
connection?: any

The connection which the ping check should get executed

timeout?: number

The amount of time the check should require in ms