From cfc7de6ac85aeef52e8b9dea208f799d061a6948 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Thu, 31 Oct 2013 12:02:10 -0700 Subject: [PATCH] Fixed typo "poll" should be "pool" --- lib/Settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Settings.js b/lib/Settings.js index 5737f948..47aeaee1 100644 --- a/lib/Settings.js +++ b/lib/Settings.js @@ -16,7 +16,7 @@ var default_settings = { }, connection : { reconnect : true, - poll : false, + pool : false, debug : false } };