How to allow Meteor to keep running when there is a connection error with mongodb

I have a Meteor app with Meteor 1.8.1. When the connection with mongodb is lost, my app restarts (as expected). I would like my app to keep running when connection with mongo is lost or never established and (if possible) I would like to tell meteor to use another database instead. A local one for example. Any ideas?