Revert "Forgot to add afk-timeout to config defaults"

This reverts commit b93f5584b6.
This commit is contained in:
calzoneman 2013-08-01 09:45:14 -04:00
parent b93f5584b6
commit 329505de9d
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ var defaults = {
} }
}, },
"mail-from" : "some.user@gmail.com", "mail-from" : "some.user@gmail.com",
"domain" : "http://localhost", "domain" : "http://localhost"
"afk-timeout" : 180
} }
function save(cfg, file) { function save(cfg, file) {