Skip to content

Commit

Permalink
increased plugin timeout/ response time to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Dec 20, 2011
1 parent 7bb1d51 commit 507e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DAV/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ exports.uniqid = function(prefix, more_entropy) {

exports.EventEmitter = function() {};

exports.EventEmitter.DEFAULT_TIMEOUT = 2000; // in milliseconds
exports.EventEmitter.DEFAULT_TIMEOUT = 10000; // in milliseconds
exports.EventEmitter.PRIO_LOW = 0x0001;
exports.EventEmitter.PRIO_NORMAL = 0x0002;
exports.EventEmitter.PRIO_HIGH = 0x0004;
Expand Down

0 comments on commit 507e005

Please sign in to comment.