Skip to content

Commit

Permalink
deprecate 0.5.0, add session_timeout param
Browse files Browse the repository at this point in the history
This commit was sponsored by The Hoodie Firm
with support from NLnet: http://nlnet.nl
http://go.hood.ie/thehoodiefirm
  • Loading branch information
janl committed Jul 14, 2013
1 parent 89f5db0 commit 57aa9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/multicouch.js
Expand Up @@ -36,12 +36,12 @@ function MultiCouch(args) {
},
log: {
file: args.log_file || path.join(prefix,"couch.log")
},
couch_httpd_auth: {
timeout: args.session_timeout || 600
}
};

var additionalIniContent = args.extra_config || {};
util.inherits(iniContent, additionalIniContent);

this.start = function() {
// do the start
var out = fs.openSync(options.stdout_file, "a");
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "multicouch",
"version": "0.5.0",
"version": "0.6.0",
"description": "Launch multiple CouchDBs from the same installation.",
"main": "lib/multicouch.js",
"scripts": {
Expand Down

0 comments on commit 57aa9c6

Please sign in to comment.