Skip to content

Instantly share code, notes, and snippets.

@cristopher-rodrigues
Created March 10, 2016 12:42
Show Gist options
  • Save cristopher-rodrigues/6312c10f40befef4b4a4 to your computer and use it in GitHub Desktop.
Save cristopher-rodrigues/6312c10f40befef4b4a4 to your computer and use it in GitHub Desktop.
topology destroyed (mongo+node+mongolab)
var options = {
server: { socketOptions: { keepAlive: 1, connectTimeoutMS: 30000 } },
replset: { socketOptions: { keepAlive: 1, connectTimeoutMS: 30000 } }
};
mongoose.connect(secrets.db, null, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment