const timer = setTimeout(() => {
    timeout = true
    connection.loginfo(plugin, 'timeout')
    next()
  }, plugin.cfg.lookup_timeout * 1000)