Skip to content

Instantly share code, notes, and snippets.

@donwb
Created June 19, 2013 03:34
Show Gist options
  • Save donwb/5811515 to your computer and use it in GitHub Desktop.
Save donwb/5811515 to your computer and use it in GitHub Desktop.
mongodb keepalive for Azure
mongoose.connect('mongodb://' + settings.user + ':' + settings.pass + '@' + settings.host + ':' + settings.port + '/' + settings.name, {server: {socketOptions: {keepAlive: 1}}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment