From b93f5584b65d16d993d98564972aade64f8c27eb Mon Sep 17 00:00:00 2001 From: calzoneman Date: Thu, 1 Aug 2013 09:42:51 -0400 Subject: [PATCH] Forgot to add afk-timeout to config defaults --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index f313b27c..97f80102 100644 --- a/config.js +++ b/config.js @@ -35,7 +35,8 @@ var defaults = { } }, "mail-from" : "some.user@gmail.com", - "domain" : "http://localhost" + "domain" : "http://localhost", + "afk-timeout" : 180 } function save(cfg, file) {