Skip to content

Commit

Permalink
increase database timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Jun 19, 2015
1 parent 2bf8810 commit 81b77ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/datasources.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var secrets = require('../config/secrets');
module.exports = {
db: {
connector: 'mongodb',
timeout: 10000,
url: process.env.MONGOHQ_URL
},
mail: {
Expand Down

0 comments on commit 81b77ff

Please sign in to comment.