Skip to content

Commit

Permalink
restore previous default (inadvertently changed)
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Jan 20, 2017
1 parent 56da152 commit 2be1909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Sender.prototype.send = function (msg, tag) {
var Receiver = function (session, name, local_handle, opts) {
this.init(session, name, local_handle, opts, true);
this.drain = false;
this.set_credit_window(this.get_option('credit_window', 100));
this.set_credit_window(this.get_option('credit_window', 1000));
if (this.get_option('autoaccept', true)) {
this.observers.on('message', auto_accept);
}
Expand Down

0 comments on commit 2be1909

Please sign in to comment.