Skip to content

Commit

Permalink
set default timeout to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman authored Jun 9, 2017
1 parent 1a41dcf commit 6de8287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nat-upnp/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var client = exports;

function Client() {
this.ssdp = nat.ssdp.create();
this.timeout = 1800;
this.timeout = 20*1000;
}

client.create = function create() {
Expand Down

0 comments on commit 6de8287

Please sign in to comment.