diff --git a/index.coffee b/index.coffee index 240b137..fa3a220 100644 --- a/index.coffee +++ b/index.coffee @@ -11,7 +11,7 @@ module.exports = class BunyanMongo size: 32 * 1024 * 1024 constructor: (options = {}) -> - _.extend @, options + _.extend @options, options setDB: (db) -> options = _.pick @options, 'capped', 'size'