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