module.exports = {
  topic: 'pg',
  command: 'settings:log-lock-waits',
  description: `Controls whether a log message is produced when a session waits longer than the deadlock_timeout to acquire a lock. deadlock_timeout is set to 1 second`,
  help: `Delays due to lock contention occur when multiple transactions are trying to access the same resource at the same time.