Skip to content

Commit

Permalink
Fixed typo "poll" should be "pool"
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 31, 2013
1 parent dd67c7c commit cfc7de6
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 cfc7de6

Please sign in to comment.