Skip to content

Commit

Permalink
Merge pull request #366 from BelfordZ/patch-1
Browse files Browse the repository at this point in the history
Fixed typo "poll" should be "pool"
  • Loading branch information
dresende committed Nov 1, 2013
2 parents 1532825 + cfc7de6 commit 3b714ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var default_settings = {
},
connection : {
reconnect : true,
poll : false,
pool : false,
debug : false
}
};
Expand Down

0 comments on commit 3b714ab

Please sign in to comment.